Color Hex Logo

#e805ae Color Hex

#E805AE
(232,5,174)
0 Favorites   0 Comments

Color spaces of #e805ae

RGB 2325174
HSL0.880.960.46
HSV315°98°91°
CMYK 0.000.980.25   0.09
XYZ40.973020.320341.8071
Yxy20.32030.39740.1971
Hunter Lab45.078083.3583-23.4332
CIE-Lab52.197483.7538-27.7833

#e805ae color RGB value is (232,5,174).

#e805ae hex color red value is 232, green value is 5 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e805ae hue: 0.88 , saturation: 0.96 and the lightness value of e805ae is 0.46.

The process color (four color CMYK) of #e805ae color hex is 0.00, 0.98, 0.25, 0.09. Web safe color of #e805ae is #ff0099. Color #e805ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00000101 10101110
Octal 350 5 256
Decimal 232 5 174
Hex E8 5 AE

RGB Percentages of Color #e805ae

%56.45
%1.22
%42.34

CMYK Percentages of Color #e805ae

%0
%98
%25
%9

Triadic Colors of #e805ae

#e805ae #aee805 #05aee8

Analogous Colors of #e805ae

#e805ae #e8053c #b105e8

Monochromatic Colors of #e805ae

#e805ae

Complementary Color

#e805ae #05e83f

#e805ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e805ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e805ae Color CSS Codes

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

#e805ae Text Font Color

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

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


#e805ae Background Color

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

This div background color is #e805ae


#e805ae Border Color

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

This div border color is #e805ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e805ae


Comments

No comments written yet.

Please login to write comment.