Color Hex Logo

#ea8edd Color Hex

#EA8EDD
(234,142,221)
0 Favorites   0 Comments

Color spaces of #ea8edd

RGB 234142221
HSL0.860.690.74
HSV308°39°92°
CMYK 0.000.390.06   0.08
XYZ56.655842.058973.5387
Yxy42.05890.32890.2442
Hunter Lab64.852842.4461-21.8338
CIE-Lab70.911546.1778-25.6276

#ea8edd color RGB value is (234,142,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001110 11011101
Octal 352 216 335
Decimal 234 142 221
Hex EA 8E DD

RGB Percentages of Color #ea8edd

%39.20
%23.79
%37.02

CMYK Percentages of Color #ea8edd

%0
%39
%6
%8

Triadic Colors of #ea8edd

#ea8edd #ddea8e #8eddea

Analogous Colors of #ea8edd

#ea8edd #ea8eaf #c98eea

Monochromatic Colors of #ea8edd

#ea8edd

Complementary Color

#ea8edd #8eea9b

#ea8edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8edd Color CSS Codes

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

#ea8edd Text Font Color

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

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


#ea8edd Background Color

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

This div background color is #ea8edd


#ea8edd Border Color

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

This div border color is #ea8edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8edd


Comments

No comments written yet.

Please login to write comment.