Color Hex Logo

#e95189 Color Hex

#E95189
(233,81,137)
0 Favorites   0 Comments

Color spaces of #e95189

RGB 23381137
HSL0.940.780.62
HSV338°65°91°
CMYK 0.000.650.41   0.09
XYZ41.062125.014626.3310
Yxy25.01460.44440.2707
Hunter Lab50.014659.02343.7960
CIE-Lab57.089662.94031.4125

#e95189 color RGB value is (233,81,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01010001 10001001
Octal 351 121 211
Decimal 233 81 137
Hex E9 51 89

RGB Percentages of Color #e95189

%51.66
%17.96
%30.38

CMYK Percentages of Color #e95189

%0
%65
%41
%9

Triadic Colors of #e95189

#e95189 #89e951 #5189e9

Analogous Colors of #e95189

#e95189 #e96551 #e951d5

Monochromatic Colors of #e95189

#e95189

Complementary Color

#e95189 #51e9b1

#e95189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e95189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e95189 Color CSS Codes

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

#e95189 Text Font Color

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

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


#e95189 Background Color

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

This div background color is #e95189


#e95189 Border Color

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

This div border color is #e95189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e95189

#e95189 Color Palettes


Comments

No comments written yet.

Please login to write comment.