Color Hex Logo

#e95770 Color Hex

#E95770
(233,87,112)
0 Favorites   0 Comments

Color spaces of #e95770

RGB 23387112
HSL0.970.770.63
HSV350°63°91°
CMYK 0.000.630.52   0.09
XYZ39.937125.309918.1096
Yxy25.30990.47910.3036
Hunter Lab50.308953.659213.8738
CIE-Lab57.376158.221516.5223

#e95770 color RGB value is (233,87,112).

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

The process color (four color CMYK) of #e95770 color hex is 0.00, 0.63, 0.52, 0.09. Web safe color of #e95770 is #ff6666. Color #e95770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010111 01110000
Octal 351 127 160
Decimal 233 87 112
Hex E9 57 70

RGB Percentages of Color #e95770

%53.94
%20.14
%25.93

CMYK Percentages of Color #e95770

%0
%63
%52
%9

Triadic Colors of #e95770

#e95770 #70e957 #5770e9

Analogous Colors of #e95770

#e95770 #e98757 #e957b9

Monochromatic Colors of #e95770

#e95770

Complementary Color

#e95770 #57e9d0

#e95770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95770 Color CSS Codes

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

#e95770 Text Font Color

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

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


#e95770 Background Color

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

This div background color is #e95770


#e95770 Border Color

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

This div border color is #e95770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95770


Comments

No comments written yet.

Please login to write comment.