Color Hex Logo

#ea7dde Color Hex

#EA7DDE
(234,125,222)
0 Favorites   0 Comments

Color spaces of #ea7dde

RGB 234125222
HSL0.850.720.70
HSV307°47°92°
CMYK 0.000.470.05   0.08
XYZ54.450137.433673.4628
Yxy37.43360.32930.2264
Hunter Lab61.183051.7867-28.3618
CIE-Lab67.601154.9137-31.2748

#ea7dde color RGB value is (234,125,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111101 11011110
Octal 352 175 336
Decimal 234 125 222
Hex EA 7D DE

RGB Percentages of Color #ea7dde

%40.28
%21.51
%38.21

CMYK Percentages of Color #ea7dde

%0
%47
%5
%8

Triadic Colors of #ea7dde

#ea7dde #deea7d #7ddeea

Analogous Colors of #ea7dde

#ea7dde #ea7da8 #c07dea

Monochromatic Colors of #ea7dde

#ea7dde

Complementary Color

#ea7dde #7dea89

#ea7dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7dde Color CSS Codes

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

#ea7dde Text Font Color

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

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


#ea7dde Background Color

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

This div background color is #ea7dde


#ea7dde Border Color

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

This div border color is #ea7dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7dde


Comments

No comments written yet.

Please login to write comment.