Color Hex Logo

#e95972 Color Hex

#E95972
(233,89,114)
0 Favorites   0 Comments

Color spaces of #e95972

RGB 23389114
HSL0.970.770.63
HSV350°62°91°
CMYK 0.000.620.51   0.09
XYZ40.213925.683318.7575
Yxy25.68330.47500.3034
Hunter Lab50.678752.953313.5303
CIE-Lab57.735257.536915.8451

#e95972 color RGB value is (233,89,114).

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

The process color (four color CMYK) of #e95972 color hex is 0.00, 0.62, 0.51, 0.09. Web safe color of #e95972 is #ff6666. Color #e95972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01011001 01110010
Octal 351 131 162
Decimal 233 89 114
Hex E9 59 72

RGB Percentages of Color #e95972

%53.44
%20.41
%26.15

CMYK Percentages of Color #e95972

%0
%62
%51
%9

Triadic Colors of #e95972

#e95972 #72e959 #5972e9

Analogous Colors of #e95972

#e95972 #e98859 #e959ba

Monochromatic Colors of #e95972

#e95972

Complementary Color

#e95972 #59e9d0

#e95972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95972 Color CSS Codes

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

#e95972 Text Font Color

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

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


#e95972 Background Color

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

This div background color is #e95972


#e95972 Border Color

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

This div border color is #e95972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95972


Comments

No comments written yet.

Please login to write comment.