Color Hex Logo

#ea7ddd Color Hex

#EA7DDD
(234,125,221)
0 Favorites   0 Comments

Color spaces of #ea7ddd

RGB 234125221
HSL0.850.720.70
HSV307°47°92°
CMYK 0.000.470.06   0.08
XYZ54.316437.380172.7589
Yxy37.38010.33030.2273
Hunter Lab61.139351.5865-27.7607
CIE-Lab67.561254.7453-30.7815

#ea7ddd color RGB value is (234,125,221).

#ea7ddd hex color red value is 234, green value is 125 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ea7ddd hue: 0.85 , saturation: 0.72 and the lightness value of ea7ddd is 0.70.

The process color (four color CMYK) of #ea7ddd color hex is 0.00, 0.47, 0.06, 0.08. Web safe color of #ea7ddd is #ff66cc. Color #ea7ddd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111101 11011101
Octal 352 175 335
Decimal 234 125 221
Hex EA 7D DD

RGB Percentages of Color #ea7ddd

%40.34
%21.55
%38.10

CMYK Percentages of Color #ea7ddd

%0
%47
%6
%8

Triadic Colors of #ea7ddd

#ea7ddd #ddea7d #7dddea

Analogous Colors of #ea7ddd

#ea7ddd #ea7da7 #c17dea

Monochromatic Colors of #ea7ddd

#ea7ddd

Complementary Color

#ea7ddd #7dea8a

#ea7ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7ddd Color CSS Codes

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

#ea7ddd Text Font Color

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

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


#ea7ddd Background Color

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

This div background color is #ea7ddd


#ea7ddd Border Color

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

This div border color is #ea7ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7ddd


Comments

No comments written yet.

Please login to write comment.