Color Hex Logo

#e95aab Color Hex

#E95AAB
(233,90,171)
0 Favorites   0 Comments

Color spaces of #e95aab

RGB 23390171
HSL0.910.760.63
HSV326°61°91°
CMYK 0.000.610.27   0.09
XYZ44.611127.576241.4996
Yxy27.57620.39240.2426
Hunter Lab52.513059.7422-10.0961
CIE-Lab59.503963.1241-14.8286

#e95aab color RGB value is (233,90,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011010 10101011
Octal 351 132 253
Decimal 233 90 171
Hex E9 5A AB

RGB Percentages of Color #e95aab

%47.17
%18.22
%34.62

CMYK Percentages of Color #e95aab

%0
%61
%27
%9

Triadic Colors of #e95aab

#e95aab #abe95a #5aabe9

Analogous Colors of #e95aab

#e95aab #e95a63 #e05ae9

Monochromatic Colors of #e95aab

#e95aab

Complementary Color

#e95aab #5ae998

#e95aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95aab Color CSS Codes

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

#e95aab Text Font Color

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

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


#e95aab Background Color

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

This div background color is #e95aab


#e95aab Border Color

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

This div border color is #e95aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95aab


Comments

No comments written yet.

Please login to write comment.