Color Hex Logo

#ed4dec Color Hex

#ED4DEC
(237,77,236)
0 Favorites   0 Comments

Color spaces of #ed4dec

RGB 23777236
HSL0.830.820.62
HSV300°68°93°
CMYK 0.000.680.00   0.07
XYZ52.719329.368482.2469
Yxy29.36840.32080.1787
Hunter Lab54.192678.8101-52.0482
CIE-Lab61.105478.4649-49.2043

#ed4dec color RGB value is (237,77,236).

#ed4dec hex color red value is 237, green value is 77 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ed4dec hue: 0.83 , saturation: 0.82 and the lightness value of ed4dec is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001101 11101100
Octal 355 115 354
Decimal 237 77 236
Hex ED 4D EC

RGB Percentages of Color #ed4dec

%43.09
%14.00
%42.91

CMYK Percentages of Color #ed4dec

%0
%68
%0
%7

Triadic Colors of #ed4dec

#ed4dec #eced4d #4deced

Analogous Colors of #ed4dec

#ed4dec #ed4d9c #9e4ded

Monochromatic Colors of #ed4dec

#ed4dec

Complementary Color

#ed4dec #4ded4e

#ed4dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4dec Color CSS Codes

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

#ed4dec Text Font Color

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

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


#ed4dec Background Color

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

This div background color is #ed4dec


#ed4dec Border Color

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

This div border color is #ed4dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4dec


Comments

No comments written yet.

Please login to write comment.