Color Hex Logo

#8801ae Color Hex

#8801AE
(136,1,174)
0 Favorites   0 Comments

Color spaces of #8801ae

RGB 1361174
HSL0.800.990.34
HSV287°99°68°
CMYK 0.220.990.00   0.32
XYZ17.80428.311940.7104
Yxy8.31190.26640.1244
Hunter Lab28.830459.7796-63.5402
CIE-Lab34.624267.8792-56.7996

#8801ae color RGB value is (136,1,174).

#8801ae hex color red value is 136, green value is 1 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8801ae hue: 0.80 , saturation: 0.99 and the lightness value of 8801ae is 0.34.

The process color (four color CMYK) of #8801ae color hex is 0.22, 0.99, 0.00, 0.32. Web safe color of #8801ae is #990099. Color #8801ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000001 10101110
Octal 210 1 256
Decimal 136 1 174
Hex 88 1 AE

RGB Percentages of Color #8801ae

%43.73
%0.32
%55.95

CMYK Percentages of Color #8801ae

%22
%99
%0
%32

Triadic Colors of #8801ae

#8801ae #ae8801 #01ae88

Analogous Colors of #8801ae

#8801ae #ae017e #3201ae

Monochromatic Colors of #8801ae

#8801ae

Complementary Color

#8801ae #27ae01

#8801ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8801ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8801ae Color CSS Codes

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

#8801ae Text Font Color

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

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


#8801ae Background Color

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

This div background color is #8801ae


#8801ae Border Color

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

This div border color is #8801ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8801ae


Comments

No comments written yet.

Please login to write comment.