Color Hex Logo

#e9808e Color Hex

#E9808E
(233,128,142)
0 Favorites   0 Comments

Color spaces of #e9808e

RGB 233128142
HSL0.980.700.71
HSV352°45°91°
CMYK 0.000.450.39   0.09
XYZ46.205934.715029.8565
Yxy34.71500.41710.3134
Hunter Lab58.919436.874611.1993
CIE-Lab65.526241.742310.6283

#e9808e color RGB value is (233,128,142).

#e9808e hex color red value is 233, green value is 128 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e9808e hue: 0.98 , saturation: 0.70 and the lightness value of e9808e is 0.71.

The process color (four color CMYK) of #e9808e color hex is 0.00, 0.45, 0.39, 0.09. Web safe color of #e9808e is #ff9999. Color #e9808e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10000000 10001110
Octal 351 200 216
Decimal 233 128 142
Hex E9 80 8E

RGB Percentages of Color #e9808e

%46.32
%25.45
%28.23

CMYK Percentages of Color #e9808e

%0
%45
%39
%9

Triadic Colors of #e9808e

#e9808e #8ee980 #808ee9

Analogous Colors of #e9808e

#e9808e #e9a780 #e980c3

Monochromatic Colors of #e9808e

#e9808e

Complementary Color

#e9808e #80e9db

#e9808e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9808e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9808e Color CSS Codes

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

#e9808e Text Font Color

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

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


#e9808e Background Color

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

This div background color is #e9808e


#e9808e Border Color

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

This div border color is #e9808e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9808e

#e9808e Color Palettes


Comments

No comments written yet.

Please login to write comment.