Color Hex Logo

#ea7edc Color Hex

#EA7EDC
(234,126,220)
0 Favorites   0 Comments

Color spaces of #ea7edc

RGB 234126220
HSL0.850.720.71
HSV308°46°92°
CMYK 0.000.460.06   0.08
XYZ54.310837.581472.1016
Yxy37.58140.33120.2292
Hunter Lab61.303750.8572-26.8207
CIE-Lab67.711054.0857-29.9952

#ea7edc color RGB value is (234,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111110 11011100
Octal 352 176 334
Decimal 234 126 220
Hex EA 7E DC

RGB Percentages of Color #ea7edc

%40.34
%21.72
%37.93

CMYK Percentages of Color #ea7edc

%0
%46
%6
%8

Triadic Colors of #ea7edc

#ea7edc #dcea7e #7edcea

Analogous Colors of #ea7edc

#ea7edc #ea7ea6 #c27eea

Monochromatic Colors of #ea7edc

#ea7edc

Complementary Color

#ea7edc #7eea8c

#ea7edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7edc Color CSS Codes

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

#ea7edc Text Font Color

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

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


#ea7edc Background Color

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

This div background color is #ea7edc


#ea7edc Border Color

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

This div border color is #ea7edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7edc


Comments

No comments written yet.

Please login to write comment.