Color Hex Logo

#ea809d Color Hex

#EA809D
(234,128,157)
0 Favorites   0 Comments

Color spaces of #ea809d

RGB 234128157
HSL0.950.720.71
HSV344°45°92°
CMYK 0.000.450.33   0.08
XYZ47.736735.365136.2084
Yxy35.36510.40010.2964
Hunter Lab59.468639.21585.5283
CIE-Lab66.031943.85692.8716

#ea809d color RGB value is (234,128,157).

#ea809d hex color red value is 234, green value is 128 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ea809d hue: 0.95 , saturation: 0.72 and the lightness value of ea809d is 0.71.

The process color (four color CMYK) of #ea809d color hex is 0.00, 0.45, 0.33, 0.08. Web safe color of #ea809d is #ff9999. Color #ea809d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10000000 10011101
Octal 352 200 235
Decimal 234 128 157
Hex EA 80 9D

RGB Percentages of Color #ea809d

%45.09
%24.66
%30.25

CMYK Percentages of Color #ea809d

%0
%45
%33
%8

Triadic Colors of #ea809d

#ea809d #9dea80 #809dea

Analogous Colors of #ea809d

#ea809d #ea9880 #ea80d2

Monochromatic Colors of #ea809d

#ea809d

Complementary Color

#ea809d #80eacd

#ea809d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea809d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea809d Color CSS Codes

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

#ea809d Text Font Color

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

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


#ea809d Background Color

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

This div background color is #ea809d


#ea809d Border Color

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

This div border color is #ea809d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea809d


Comments

No comments written yet.

Please login to write comment.