Color Hex Logo

#ea9ddc Color Hex

#EA9DDC
(234,157,220)
0 Favorites   0 Comments

Color spaces of #ea9ddc

RGB 234157220
HSL0.860.650.77
HSV311°33°92°
CMYK 0.000.330.06   0.08
XYZ58.906946.773773.6336
Yxy46.77370.32850.2608
Hunter Lab68.391334.0611-15.9608
CIE-Lab74.044838.1732-20.3008

#ea9ddc color RGB value is (234,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011101 11011100
Octal 352 235 334
Decimal 234 157 220
Hex EA 9D DC

RGB Percentages of Color #ea9ddc

%38.30
%25.70
%36.01

CMYK Percentages of Color #ea9ddc

%0
%33
%6
%8

Triadic Colors of #ea9ddc

#ea9ddc #dcea9d #9ddcea

Analogous Colors of #ea9ddc

#ea9ddc #ea9db6 #d29dea

Monochromatic Colors of #ea9ddc

#ea9ddc

Complementary Color

#ea9ddc #9deaab

#ea9ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9ddc Color CSS Codes

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

#ea9ddc Text Font Color

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

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


#ea9ddc Background Color

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

This div background color is #ea9ddc


#ea9ddc Border Color

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

This div border color is #ea9ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9ddc


Comments

No comments written yet.

Please login to write comment.