Color Hex Logo

#ae66be Color Hex

#AE66BE
(174,102,190)
0 Favorites   0 Comments

Color spaces of #ae66be

RGB 174102190
HSL0.800.400.57
HSV289°46°75°
CMYK 0.080.460.00   0.25
XYZ31.501222.219151.3436
Yxy22.21910.29980.2115
Hunter Lab47.137136.7995-31.5850
CIE-Lab54.258743.1794-34.5345

#ae66be color RGB value is (174,102,190).

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

The process color (four color CMYK) of #ae66be color hex is 0.08, 0.46, 0.00, 0.25. Web safe color of #ae66be is #9966cc. Color #ae66be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100110 10111110
Octal 256 146 276
Decimal 174 102 190
Hex AE 66 BE

RGB Percentages of Color #ae66be

%37.34
%21.89
%40.77

CMYK Percentages of Color #ae66be

%8
%46
%0
%25

Triadic Colors of #ae66be

#ae66be #beae66 #66beae

Analogous Colors of #ae66be

#ae66be #be66a2 #8266be

Monochromatic Colors of #ae66be

#ae66be

Complementary Color

#ae66be #76be66

#ae66be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae66be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae66be Color CSS Codes

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

#ae66be Text Font Color

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

This sample text font color is #ae66be
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.


#ae66be Background Color

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

This div background color is #ae66be


#ae66be Border Color

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

This div border color is #ae66be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae66be


Comments

No comments written yet.

Please login to write comment.