Color Hex Logo

#ea9ddd Color Hex

#EA9DDD
(234,157,221)
0 Favorites   0 Comments

Color spaces of #ea9ddd

RGB 234157221
HSL0.860.650.77
HSV310°33°92°
CMYK 0.000.330.06   0.08
XYZ59.039846.826874.3334
Yxy46.82680.32760.2599
Hunter Lab68.430134.2527-16.5037
CIE-Lab74.078838.3468-20.7965

#ea9ddd color RGB value is (234,157,221).

#ea9ddd hex color red value is 234, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ea9ddd hue: 0.86 , saturation: 0.65 and the lightness value of ea9ddd is 0.77.

The process color (four color CMYK) of #ea9ddd color hex is 0.00, 0.33, 0.06, 0.08. Web safe color of #ea9ddd is #ff99cc. Color #ea9ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011101 11011101
Octal 352 235 335
Decimal 234 157 221
Hex EA 9D DD

RGB Percentages of Color #ea9ddd

%38.24
%25.65
%36.11

CMYK Percentages of Color #ea9ddd

%0
%33
%6
%8

Triadic Colors of #ea9ddd

#ea9ddd #ddea9d #9dddea

Analogous Colors of #ea9ddd

#ea9ddd #ea9db7 #d19dea

Monochromatic Colors of #ea9ddd

#ea9ddd

Complementary Color

#ea9ddd #9deaaa

#ea9ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9ddd Color CSS Codes

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

#ea9ddd Text Font Color

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

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


#ea9ddd Background Color

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

This div background color is #ea9ddd


#ea9ddd Border Color

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

This div border color is #ea9ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9ddd


Comments

No comments written yet.

Please login to write comment.