Color Hex Logo

#ea9aed Color Hex

#EA9AED
(234,154,237)
0 Favorites   0 Comments

Color spaces of #ea9aed

RGB 234154237
HSL0.830.700.77
HSV298°35°93°
CMYK 0.010.350.00   0.07
XYZ60.773346.718185.9351
Yxy46.71810.31420.2415
Hunter Lab68.350639.0979-26.6980
CIE-Lab74.009142.7826-29.6395

#ea9aed color RGB value is (234,154,237).

#ea9aed hex color red value is 234, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ea9aed hue: 0.83 , saturation: 0.70 and the lightness value of ea9aed is 0.77.

The process color (four color CMYK) of #ea9aed color hex is 0.01, 0.35, 0.00, 0.07. Web safe color of #ea9aed is #ff99ff. Color #ea9aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10011010 11101101
Octal 352 232 355
Decimal 234 154 237
Hex EA 9A ED

RGB Percentages of Color #ea9aed

%37.44
%24.64
%37.92

CMYK Percentages of Color #ea9aed

%1
%35
%0
%7

Triadic Colors of #ea9aed

#ea9aed #edea9a #9aedea

Analogous Colors of #ea9aed

#ea9aed #ed9ac7 #c19aed

Monochromatic Colors of #ea9aed

#ea9aed

Complementary Color

#ea9aed #9ded9a

#ea9aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea9aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea9aed Color CSS Codes

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

#ea9aed Text Font Color

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

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


#ea9aed Background Color

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

This div background color is #ea9aed


#ea9aed Border Color

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

This div border color is #ea9aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea9aed


Comments

No comments written yet.

Please login to write comment.