Color Hex Logo

#ae02bb Color Hex

#AE02BB
(174,2,187)
0 Favorites   0 Comments

Color spaces of #ae02bb

RGB 1742187
HSL0.820.980.37
HSV296°99°73°
CMYK 0.070.990.00   0.27
XYZ26.446912.629948.0576
Yxy12.62990.30350.1449
Hunter Lab35.538670.6427-55.2989
CIE-Lab42.200275.5610-51.9305

#ae02bb color RGB value is (174,2,187).

#ae02bb hex color red value is 174, green value is 2 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ae02bb hue: 0.82 , saturation: 0.98 and the lightness value of ae02bb is 0.37.

The process color (four color CMYK) of #ae02bb color hex is 0.07, 0.99, 0.00, 0.27. Web safe color of #ae02bb is #9900cc. Color #ae02bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000010 10111011
Octal 256 2 273
Decimal 174 2 187
Hex AE 2 BB

RGB Percentages of Color #ae02bb

%47.93
%0.55
%51.52

CMYK Percentages of Color #ae02bb

%7
%99
%0
%27

Triadic Colors of #ae02bb

#ae02bb #bbae02 #02bbae

Analogous Colors of #ae02bb

#ae02bb #bb026c #5202bb

Monochromatic Colors of #ae02bb

#ae02bb

Complementary Color

#ae02bb #0fbb02

#ae02bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae02bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae02bb Color CSS Codes

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

#ae02bb Text Font Color

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

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


#ae02bb Background Color

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

This div background color is #ae02bb


#ae02bb Border Color

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

This div border color is #ae02bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,2,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae02bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae02bb


Comments

No comments written yet.

Please login to write comment.