Color Hex Logo

#ed5cdc Color Hex

#ED5CDC
(237,92,220)
0 Favorites   0 Comments

Color spaces of #ed5cdc

RGB 23792220
HSL0.850.800.65
HSV307°61°93°
CMYK 0.000.610.07   0.07
XYZ51.670530.826170.9368
Yxy30.82610.33680.2009
Hunter Lab55.521368.9577-36.8871
CIE-Lab62.360670.3122-38.2762

#ed5cdc color RGB value is (237,92,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011100 11011100
Octal 355 134 334
Decimal 237 92 220
Hex ED 5C DC

RGB Percentages of Color #ed5cdc

%43.17
%16.76
%40.07

CMYK Percentages of Color #ed5cdc

%0
%61
%7
%7

Triadic Colors of #ed5cdc

#ed5cdc #dced5c #5cdced

Analogous Colors of #ed5cdc

#ed5cdc #ed5c94 #b65ced

Monochromatic Colors of #ed5cdc

#ed5cdc

Complementary Color

#ed5cdc #5ced6d

#ed5cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5cdc Color CSS Codes

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

#ed5cdc Text Font Color

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

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


#ed5cdc Background Color

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

This div background color is #ed5cdc


#ed5cdc Border Color

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

This div border color is #ed5cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5cdc


Comments

No comments written yet.

Please login to write comment.