Color Hex Logo

#ed5edc Color Hex

#ED5EDC
(237,94,220)
0 Favorites   0 Comments

Color spaces of #ed5edc

RGB 23794220
HSL0.850.800.65
HSV307°60°93°
CMYK 0.000.600.07   0.07
XYZ51.846031.177270.9954
Yxy31.17720.33660.2024
Hunter Lab55.836568.0289-36.3008
CIE-Lab62.656969.4962-37.8129

#ed5edc color RGB value is (237,94,220).

#ed5edc hex color red value is 237, green value is 94 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ed5edc hue: 0.85 , saturation: 0.80 and the lightness value of ed5edc is 0.65.

The process color (four color CMYK) of #ed5edc color hex is 0.00, 0.60, 0.07, 0.07. Web safe color of #ed5edc is #ff66cc. Color #ed5edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011110 11011100
Octal 355 136 334
Decimal 237 94 220
Hex ED 5E DC

RGB Percentages of Color #ed5edc

%43.01
%17.06
%39.93

CMYK Percentages of Color #ed5edc

%0
%60
%7
%7

Triadic Colors of #ed5edc

#ed5edc #dced5e #5edced

Analogous Colors of #ed5edc

#ed5edc #ed5e95 #b75eed

Monochromatic Colors of #ed5edc

#ed5edc

Complementary Color

#ed5edc #5eed6f

#ed5edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5edc Color CSS Codes

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

#ed5edc Text Font Color

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

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


#ed5edc Background Color

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

This div background color is #ed5edc


#ed5edc Border Color

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

This div border color is #ed5edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,94,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 #ed5edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5edc


Comments

No comments written yet.

Please login to write comment.