Color Hex Logo

#ed4cdc Color Hex

#ED4CDC
(237,76,220)
0 Favorites   0 Comments

Color spaces of #ed4cdc

RGB 23776220
HSL0.850.820.61
HSV306°68°93°
CMYK 0.000.680.07   0.07
XYZ50.427828.340770.5226
Yxy28.34070.33780.1898
Hunter Lab53.236075.9212-41.2773
CIE-Lab60.195376.3472-41.6713

#ed4cdc color RGB value is (237,76,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001100 11011100
Octal 355 114 334
Decimal 237 76 220
Hex ED 4C DC

RGB Percentages of Color #ed4cdc

%44.47
%14.26
%41.28

CMYK Percentages of Color #ed4cdc

%0
%68
%7
%7

Triadic Colors of #ed4cdc

#ed4cdc #dced4c #4cdced

Analogous Colors of #ed4cdc

#ed4cdc #ed4c8c #ae4ced

Monochromatic Colors of #ed4cdc

#ed4cdc

Complementary Color

#ed4cdc #4ced5d

#ed4cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4cdc Color CSS Codes

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

#ed4cdc Text Font Color

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

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


#ed4cdc Background Color

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

This div background color is #ed4cdc


#ed4cdc Border Color

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

This div border color is #ed4cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4cdc


Comments

No comments written yet.

Please login to write comment.