color codes Logo

#ae68bf color codes

#AE68BF
(174,104,191)
0 Favorites   0 Comments

Color spaces of #ae68bf

RGB 174104191
HSL0.800.400.58
HSV288°46°75°
CMYK 0.090.460.00   0.25
XYZ31.809822.660951.9876
Yxy22.66090.29880.2129
Hunter Lab47.603535.9720-31.4280
CIE-Lab54.721342.3117-34.3850

#ae68bf color RGB value is (174,104,191).

#ae68bf hex color red value is 174, green value is 104 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ae68bf hue: 0.80 , saturation: 0.40 and the lightness value of ae68bf is 0.58.

The process color (four color CMYK) of #ae68bf color code is 0.09, 0.46, 0.00, 0.25. Web safe color of #ae68bf is #9966cc. Color #ae68bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 10111111
Octal 256 150 277
Decimal 174 104 191
Hex AE 68 BF

RGB Percentages of Color #ae68bf

%37.10
%22.17
%40.72

CMYK Percentages of Color #ae68bf

%9
%46
%0
%25

Triadic Colors of #ae68bf

#ae68bf #bfae68 #68bfae

Analogous Colors of #ae68bf

#ae68bf #bf68a5 #8368bf

Monochromatic Colors of #ae68bf

#ae68bf

Complementary Color

#ae68bf #79bf68

#ae68bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae68bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae68bf Color CSS Codes

.mybgcolor {background-color:#ae68bf; } 
.myforecolor {color:#ae68bf; }
.mybordercolor {border:3px solid #ae68bf; }

#ae68bf Text Font Color

<p style="color:#ae68bf">Text here</p>

This sample text font color is #ae68bf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ae68bf Background Color

<div style="background-color:#ae68bf">
Div content here</div>

This div background color is #ae68bf


#ae68bf Border Color

<div style="border:3px solid #ae68bf">
Div here</div>

This div border color is #ae68bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,104,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ae68bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ae68bf;
  -webkit-box-shadow: 1px 1px 3px 2px #ae68bf;
  box-shadow:         1px 1px 3px 2px #ae68bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,104,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae68bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ae68bf;
  -webkit-box-shadow: 1px 1px 3px 2px #ae68bf;
  box-shadow:         1px 1px 3px 2px #ae68bf;">
Div content here</div>

This div box has shadow with color #ae68bf


Comments

No comments written yet.

Please login to write comment.