Color Hex Logo

#e95377 Color Hex

#E95377
(233,83,119)
0 Favorites   0 Comments

Color spaces of #e95377

RGB 23383119
HSL0.960.770.62
HSV346°64°91°
CMYK 0.000.640.49   0.09
XYZ40.027324.842120.1381
Yxy24.84210.47090.2922
Hunter Lab49.841856.127610.9338
CIE-Lab56.921260.463911.7758

#e95377 color RGB value is (233,83,119).

#e95377 hex color red value is 233, green value is 83 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e95377 hue: 0.96 , saturation: 0.77 and the lightness value of e95377 is 0.62.

The process color (four color CMYK) of #e95377 color hex is 0.00, 0.64, 0.49, 0.09. Web safe color of #e95377 is #ff6666. Color #e95377 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010011 01110111
Octal 351 123 167
Decimal 233 83 119
Hex E9 53 77

RGB Percentages of Color #e95377

%53.56
%19.08
%27.36

CMYK Percentages of Color #e95377

%0
%64
%49
%9

Triadic Colors of #e95377

#e95377 #77e953 #5377e9

Analogous Colors of #e95377

#e95377 #e97a53 #e953c2

Monochromatic Colors of #e95377

#e95377

Complementary Color

#e95377 #53e9c5

#e95377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95377 Color CSS Codes

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

#e95377 Text Font Color

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

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


#e95377 Background Color

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

This div background color is #e95377


#e95377 Border Color

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

This div border color is #e95377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95377


Comments

No comments written yet.

Please login to write comment.