Color Hex Logo

#ae06cb Color Hex

#AE06CB
(174,6,203)
0 Favorites   0 Comments

Color spaces of #ae06cb

RGB 1746203
HSL0.810.940.41
HSV291°97°80°
CMYK 0.140.970.00   0.20
XYZ28.300213.440757.6026
Yxy13.44070.28490.1353
Hunter Lab36.661673.6320-67.4933
CIE-Lab43.419977.7571-59.3067

#ae06cb color RGB value is (174,6,203).

#ae06cb hex color red value is 174, green value is 6 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ae06cb hue: 0.81 , saturation: 0.94 and the lightness value of ae06cb is 0.41.

The process color (four color CMYK) of #ae06cb color hex is 0.14, 0.97, 0.00, 0.20. Web safe color of #ae06cb is #9900cc. Color #ae06cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000110 11001011
Octal 256 6 313
Decimal 174 6 203
Hex AE 6 CB

RGB Percentages of Color #ae06cb

%45.43
%1.57
%53.00

CMYK Percentages of Color #ae06cb

%14
%97
%0
%20

Triadic Colors of #ae06cb

#ae06cb #cbae06 #06cbae

Analogous Colors of #ae06cb

#ae06cb #cb0686 #4b06cb

Monochromatic Colors of #ae06cb

#ae06cb

Complementary Color

#ae06cb #23cb06

#ae06cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae06cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae06cb Color CSS Codes

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

#ae06cb Text Font Color

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

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


#ae06cb Background Color

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

This div background color is #ae06cb


#ae06cb Border Color

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

This div border color is #ae06cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae06cb


Comments

No comments written yet.

Please login to write comment.