Color Hex Logo

#ed7dea Color Hex

#ED7DEA
(237,125,234)
0 Favorites   0 Comments

Color spaces of #ed7dea

RGB 237125234
HSL0.840.760.71
HSV302°47°93°
CMYK 0.000.470.01   0.07
XYZ57.110038.612382.2848
Yxy38.61230.32080.2169
Hunter Lab62.138855.3114-35.0152
CIE-Lab68.469557.8252-36.5356

#ed7dea color RGB value is (237,125,234).

#ed7dea hex color red value is 237, green value is 125 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ed7dea hue: 0.84 , saturation: 0.76 and the lightness value of ed7dea is 0.71.

The process color (four color CMYK) of #ed7dea color hex is 0.00, 0.47, 0.01, 0.07. Web safe color of #ed7dea is #ff66ff. Color #ed7dea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111101 11101010
Octal 355 175 352
Decimal 237 125 234
Hex ED 7D EA

RGB Percentages of Color #ed7dea

%39.77
%20.97
%39.26

CMYK Percentages of Color #ed7dea

%0
%47
%1
%7

Triadic Colors of #ed7dea

#ed7dea #eaed7d #7deaed

Analogous Colors of #ed7dea

#ed7dea #ed7db2 #b87ded

Monochromatic Colors of #ed7dea

#ed7dea

Complementary Color

#ed7dea #7ded80

#ed7dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7dea Color CSS Codes

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

#ed7dea Text Font Color

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

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


#ed7dea Background Color

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

This div background color is #ed7dea


#ed7dea Border Color

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

This div border color is #ed7dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7dea


Comments

No comments written yet.

Please login to write comment.