Color Hex Logo

#ae0ccb Color Hex

#AE0CCB
(174,12,203)
0 Favorites   0 Comments

Color spaces of #ae0ccb

RGB 17412203
HSL0.810.890.42
HSV291°94°80°
CMYK 0.140.940.00   0.20
XYZ28.366513.573457.6248
Yxy13.57340.28490.1363
Hunter Lab36.842172.9621-66.9461
CIE-Lab43.614877.1775-58.9915

#ae0ccb color RGB value is (174,12,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001100 11001011
Octal 256 14 313
Decimal 174 12 203
Hex AE C CB

RGB Percentages of Color #ae0ccb

%44.73
%3.08
%52.19

CMYK Percentages of Color #ae0ccb

%14
%94
%0
%20

Triadic Colors of #ae0ccb

#ae0ccb #cbae0c #0ccbae

Analogous Colors of #ae0ccb

#ae0ccb #cb0c89 #4f0ccb

Monochromatic Colors of #ae0ccb

#ae0ccb

Complementary Color

#ae0ccb #29cb0c

#ae0ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0ccb Color CSS Codes

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

#ae0ccb Text Font Color

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

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


#ae0ccb Background Color

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

This div background color is #ae0ccb


#ae0ccb Border Color

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

This div border color is #ae0ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0ccb


Comments

No comments written yet.

Please login to write comment.