Color Hex Logo

#e85eab Color Hex

#E85EAB
(232,94,171)
0 Favorites   0 Comments

Color spaces of #e85eab

RGB 23294171
HSL0.910.750.64
HSV327°59°91°
CMYK 0.000.590.26   0.09
XYZ44.632128.101541.5998
Yxy28.10150.39040.2458
Hunter Lab53.010857.5178-9.4197
CIE-Lab59.980361.1316-14.1238

#e85eab color RGB value is (232,94,171).

#e85eab hex color red value is 232, green value is 94 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e85eab hue: 0.91 , saturation: 0.75 and the lightness value of e85eab is 0.64.

The process color (four color CMYK) of #e85eab color hex is 0.00, 0.59, 0.26, 0.09. Web safe color of #e85eab is #ff6699. Color #e85eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011110 10101011
Octal 350 136 253
Decimal 232 94 171
Hex E8 5E AB

RGB Percentages of Color #e85eab

%46.68
%18.91
%34.41

CMYK Percentages of Color #e85eab

%0
%59
%26
%9

Triadic Colors of #e85eab

#e85eab #abe85e #5eabe8

Analogous Colors of #e85eab

#e85eab #e85e66 #e05ee8

Monochromatic Colors of #e85eab

#e85eab

Complementary Color

#e85eab #5ee89b

#e85eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85eab Color CSS Codes

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

#e85eab Text Font Color

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

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


#e85eab Background Color

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

This div background color is #e85eab


#e85eab Border Color

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

This div border color is #e85eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85eab

#e85eab Color Palettes


Comments

No comments written yet.

Please login to write comment.