Color Hex Logo

#ae0bcb Color Hex

#AE0BCB
(174,11,203)
0 Favorites   0 Comments

Color spaces of #ae0bcb

RGB 17411203
HSL0.810.900.42
HSV291°95°80°
CMYK 0.140.950.00   0.20
XYZ28.354713.549857.6208
Yxy13.54980.28490.1361
Hunter Lab36.810173.0806-67.0429
CIE-Lab43.580277.2802-59.0473

#ae0bcb color RGB value is (174,11,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001011 11001011
Octal 256 13 313
Decimal 174 11 203
Hex AE B CB

RGB Percentages of Color #ae0bcb

%44.85
%2.84
%52.32

CMYK Percentages of Color #ae0bcb

%14
%95
%0
%20

Triadic Colors of #ae0bcb

#ae0bcb #cbae0b #0bcbae

Analogous Colors of #ae0bcb

#ae0bcb #cb0b88 #4e0bcb

Monochromatic Colors of #ae0bcb

#ae0bcb

Complementary Color

#ae0bcb #28cb0b

#ae0bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0bcb Color CSS Codes

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

#ae0bcb Text Font Color

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

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


#ae0bcb Background Color

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

This div background color is #ae0bcb


#ae0bcb Border Color

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

This div border color is #ae0bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0bcb


Comments

No comments written yet.

Please login to write comment.