Color Hex Logo

#ae0ecb Color Hex

#AE0ECB
(174,14,203)
0 Favorites   0 Comments

Color spaces of #ae0ecb

RGB 17414203
HSL0.810.870.43
HSV291°93°80°
CMYK 0.140.930.00   0.20
XYZ28.392113.624557.6333
Yxy13.62450.28490.1367
Hunter Lab36.911472.7066-66.7372
CIE-Lab43.689576.9560-58.8706

#ae0ecb color RGB value is (174,14,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001110 11001011
Octal 256 16 313
Decimal 174 14 203
Hex AE E CB

RGB Percentages of Color #ae0ecb

%44.50
%3.58
%51.92

CMYK Percentages of Color #ae0ecb

%14
%93
%0
%20

Triadic Colors of #ae0ecb

#ae0ecb #cbae0e #0ecbae

Analogous Colors of #ae0ecb

#ae0ecb #cb0e8a #500ecb

Monochromatic Colors of #ae0ecb

#ae0ecb

Complementary Color

#ae0ecb #2bcb0e

#ae0ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0ecb Color CSS Codes

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

#ae0ecb Text Font Color

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

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


#ae0ecb Background Color

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

This div background color is #ae0ecb


#ae0ecb Border Color

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

This div border color is #ae0ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0ecb


Comments

No comments written yet.

Please login to write comment.