Color Hex Logo

#ae14cb Color Hex

#AE14CB
(174,20,203)
0 Favorites   0 Comments

Color spaces of #ae14cb

RGB 17420203
HSL0.810.820.44
HSV290°90°80°
CMYK 0.140.900.00   0.20
XYZ28.485213.810857.6643
Yxy13.81080.28500.1382
Hunter Lab37.162971.7845-65.9841
CIE-Lab43.960476.1535-58.4327

#ae14cb color RGB value is (174,20,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010100 11001011
Octal 256 24 313
Decimal 174 20 203
Hex AE 14 CB

RGB Percentages of Color #ae14cb

%43.83
%5.04
%51.13

CMYK Percentages of Color #ae14cb

%14
%90
%0
%20

Triadic Colors of #ae14cb

#ae14cb #cbae14 #14cbae

Analogous Colors of #ae14cb

#ae14cb #cb148d #5214cb

Monochromatic Colors of #ae14cb

#ae14cb

Complementary Color

#ae14cb #31cb14

#ae14cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae14cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae14cb Color CSS Codes

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

#ae14cb Text Font Color

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

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


#ae14cb Background Color

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

This div background color is #ae14cb


#ae14cb Border Color

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

This div border color is #ae14cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae14cb


Comments

No comments written yet.

Please login to write comment.