Color Hex Logo

#ae10cb Color Hex

#AE10CB
(174,16,203)
0 Favorites   0 Comments

Color spaces of #ae10cb

RGB 17416203
HSL0.810.850.43
HSV291°92°80°
CMYK 0.140.920.00   0.20
XYZ28.420313.681057.6427
Yxy13.68100.28490.1372
Hunter Lab36.987872.4251-66.5074
CIE-Lab43.771976.7114-58.7373

#ae10cb color RGB value is (174,16,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010000 11001011
Octal 256 20 313
Decimal 174 16 203
Hex AE 10 CB

RGB Percentages of Color #ae10cb

%44.27
%4.07
%51.65

CMYK Percentages of Color #ae10cb

%14
%92
%0
%20

Triadic Colors of #ae10cb

#ae10cb #cbae10 #10cbae

Analogous Colors of #ae10cb

#ae10cb #cb108b #5110cb

Monochromatic Colors of #ae10cb

#ae10cb

Complementary Color

#ae10cb #2dcb10

#ae10cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae10cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae10cb Color CSS Codes

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

#ae10cb Text Font Color

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

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


#ae10cb Background Color

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

This div background color is #ae10cb


#ae10cb Border Color

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

This div border color is #ae10cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae10cb


Comments

No comments written yet.

Please login to write comment.