Color Hex Logo

#e95981 Color Hex

#E95981
(233,89,129)
0 Favorites   0 Comments

Color spaces of #e95981

RGB 23389129
HSL0.950.770.63
HSV343°62°91°
CMYK 0.000.620.45   0.09
XYZ41.139126.053423.6294
Yxy26.05340.45300.2869
Hunter Lab51.042554.54248.2823
CIE-Lab58.087758.87447.5495

#e95981 color RGB value is (233,89,129).

#e95981 hex color red value is 233, green value is 89 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #e95981 hue: 0.95 , saturation: 0.77 and the lightness value of e95981 is 0.63.

The process color (four color CMYK) of #e95981 color hex is 0.00, 0.62, 0.45, 0.09. Web safe color of #e95981 is #ff6699. Color #e95981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011001 10000001
Octal 351 131 201
Decimal 233 89 129
Hex E9 59 81

RGB Percentages of Color #e95981

%51.66
%19.73
%28.60

CMYK Percentages of Color #e95981

%0
%62
%45
%9

Triadic Colors of #e95981

#e95981 #81e959 #5981e9

Analogous Colors of #e95981

#e95981 #e97959 #e959c9

Monochromatic Colors of #e95981

#e95981

Complementary Color

#e95981 #59e9c1

#e95981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95981 Color CSS Codes

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

#e95981 Text Font Color

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

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


#e95981 Background Color

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

This div background color is #e95981


#e95981 Border Color

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

This div border color is #e95981


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,89,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95981


Comments

No comments written yet.

Please login to write comment.