Color Hex Logo

#ae07cb Color Hex

#AE07CB
(174,7,203)
0 Favorites   0 Comments

Color spaces of #ae07cb

RGB 1747203
HSL0.810.930.41
HSV291°97°80°
CMYK 0.140.970.00   0.20
XYZ28.311013.462457.6063
Yxy13.46240.28490.1355
Hunter Lab36.691173.5217-67.4034
CIE-Lab43.451977.6618-59.2551

#ae07cb color RGB value is (174,7,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000111 11001011
Octal 256 7 313
Decimal 174 7 203
Hex AE 7 CB

RGB Percentages of Color #ae07cb

%45.31
%1.82
%52.86

CMYK Percentages of Color #ae07cb

%14
%97
%0
%20

Triadic Colors of #ae07cb

#ae07cb #cbae07 #07cbae

Analogous Colors of #ae07cb

#ae07cb #cb0786 #4c07cb

Monochromatic Colors of #ae07cb

#ae07cb

Complementary Color

#ae07cb #24cb07

#ae07cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae07cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae07cb Color CSS Codes

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

#ae07cb Text Font Color

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

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


#ae07cb Background Color

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

This div background color is #ae07cb


#ae07cb Border Color

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

This div border color is #ae07cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,7,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 #ae07cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae07cb


Comments

No comments written yet.

Please login to write comment.