Color Hex Logo

#e85aab Color Hex

#E85AAB
(232,90,171)
0 Favorites   0 Comments

Color spaces of #e85aab

RGB 23290171
HSL0.900.760.63
HSV326°61°91°
CMYK 0.000.610.26   0.09
XYZ44.285627.408441.4843
Yxy27.40840.39130.2422
Hunter Lab52.353059.3759-10.3340
CIE-Lab59.350562.8382-15.0754

#e85aab color RGB value is (232,90,171).

#e85aab hex color red value is 232, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e85aab hue: 0.90 , saturation: 0.76 and the lightness value of e85aab is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011010 10101011
Octal 350 132 253
Decimal 232 90 171
Hex E8 5A AB

RGB Percentages of Color #e85aab

%47.06
%18.26
%34.69

CMYK Percentages of Color #e85aab

%0
%61
%26
%9

Triadic Colors of #e85aab

#e85aab #abe85a #5aabe8

Analogous Colors of #e85aab

#e85aab #e85a64 #de5ae8

Monochromatic Colors of #e85aab

#e85aab

Complementary Color

#e85aab #5ae897

#e85aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85aab Color CSS Codes

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

#e85aab Text Font Color

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

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


#e85aab Background Color

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

This div background color is #e85aab


#e85aab Border Color

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

This div border color is #e85aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85aab


Comments

No comments written yet.

Please login to write comment.