Color Hex Logo

#ea7dce Color Hex

#EA7DCE
(234,125,206)
0 Favorites   0 Comments

Color spaces of #ea7dce

RGB 234125206
HSL0.880.720.70
HSV315°47°92°
CMYK 0.000.470.12   0.08
XYZ52.405936.615962.6980
Yxy36.61590.34540.2413
Hunter Lab60.511148.6964-19.0750
CIE-Lab66.987952.2938-23.3077

#ea7dce color RGB value is (234,125,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111101 11001110
Octal 352 175 316
Decimal 234 125 206
Hex EA 7D CE

RGB Percentages of Color #ea7dce

%41.42
%22.12
%36.46

CMYK Percentages of Color #ea7dce

%0
%47
%12
%8

Triadic Colors of #ea7dce

#ea7dce #ceea7d #7dceea

Analogous Colors of #ea7dce

#ea7dce #ea7d98 #d07dea

Monochromatic Colors of #ea7dce

#ea7dce

Complementary Color

#ea7dce #7dea99

#ea7dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7dce Color CSS Codes

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

#ea7dce Text Font Color

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

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


#ea7dce Background Color

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

This div background color is #ea7dce


#ea7dce Border Color

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

This div border color is #ea7dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7dce


Comments

No comments written yet.

Please login to write comment.