Color Hex Logo

#ea9edc Color Hex

#EA9EDC
(234,158,220)
0 Favorites   0 Comments

Color spaces of #ea9edc

RGB 234158220
HSL0.860.640.77
HSV311°32°92°
CMYK 0.000.320.06   0.08
XYZ59.076847.113573.6903
Yxy47.11350.32840.2619
Hunter Lab68.639333.5136-15.6055
CIE-Lab74.262337.6451-19.9708

#ea9edc color RGB value is (234,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011110 11011100
Octal 352 236 334
Decimal 234 158 220
Hex EA 9E DC

RGB Percentages of Color #ea9edc

%38.24
%25.82
%35.95

CMYK Percentages of Color #ea9edc

%0
%32
%6
%8

Triadic Colors of #ea9edc

#ea9edc #dcea9e #9edcea

Analogous Colors of #ea9edc

#ea9edc #ea9eb6 #d29eea

Monochromatic Colors of #ea9edc

#ea9edc

Complementary Color

#ea9edc #9eeaac

#ea9edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9edc Color CSS Codes

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

#ea9edc Text Font Color

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

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


#ea9edc Background Color

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

This div background color is #ea9edc


#ea9edc Border Color

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

This div border color is #ea9edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,158,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 #ea9edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9edc


Comments

No comments written yet.

Please login to write comment.