Color Hex Logo

#e95170 Color Hex

#E95170
(233,81,112)
0 Favorites   0 Comments

Color spaces of #e95170

RGB 23381112
HSL0.970.780.62
HSV348°65°91°
CMYK 0.000.650.52   0.09
XYZ39.471324.378317.9544
Yxy24.37830.48250.2980
Hunter Lab49.374456.292813.0020
CIE-Lab56.464660.688915.2658

#e95170 color RGB value is (233,81,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010001 01110000
Octal 351 121 160
Decimal 233 81 112
Hex E9 51 70

RGB Percentages of Color #e95170

%54.69
%19.01
%26.29

CMYK Percentages of Color #e95170

%0
%65
%52
%9

Triadic Colors of #e95170

#e95170 #70e951 #5170e9

Analogous Colors of #e95170

#e95170 #e97e51 #e951bc

Monochromatic Colors of #e95170

#e95170

Complementary Color

#e95170 #51e9ca

#e95170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95170 Color CSS Codes

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

#e95170 Text Font Color

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

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


#e95170 Background Color

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

This div background color is #e95170


#e95170 Border Color

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

This div border color is #e95170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95170


Comments

No comments written yet.

Please login to write comment.