Color Hex Logo

#e95181 Color Hex

#E95181
(233,81,129)
0 Favorites   0 Comments

Color spaces of #e95181

RGB 23381129
HSL0.950.780.62
HSV341°65°91°
CMYK 0.000.650.45   0.09
XYZ40.509224.793523.4194
Yxy24.79350.45660.2795
Hunter Lab49.793158.08106.9690
CIE-Lab56.873762.16705.8134

#e95181 color RGB value is (233,81,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010001 10000001
Octal 351 121 201
Decimal 233 81 129
Hex E9 51 81

RGB Percentages of Color #e95181

%52.60
%18.28
%29.12

CMYK Percentages of Color #e95181

%0
%65
%45
%9

Triadic Colors of #e95181

#e95181 #81e951 #5181e9

Analogous Colors of #e95181

#e95181 #e96d51 #e951cd

Monochromatic Colors of #e95181

#e95181

Complementary Color

#e95181 #51e9b9

#e95181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95181 Color CSS Codes

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

#e95181 Text Font Color

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

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


#e95181 Background Color

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

This div background color is #e95181


#e95181 Border Color

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

This div border color is #e95181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95181


Comments

No comments written yet.

Please login to write comment.