Color Hex Logo

#ed1edc Color Hex

#ED1EDC
(237,30,220)
0 Favorites   0 Comments

Color spaces of #ed1edc

RGB 23730220
HSL0.850.850.52
HSV305°87°93°
CMYK 0.000.870.07   0.07
XYZ48.307624.100469.8159
Yxy24.10040.33970.1695
Hunter Lab49.092289.7361-49.9541
CIE-Lab56.188287.8650-48.0002

#ed1edc color RGB value is (237,30,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011110 11011100
Octal 355 36 334
Decimal 237 30 220
Hex ED 1E DC

RGB Percentages of Color #ed1edc

%48.67
%6.16
%45.17

CMYK Percentages of Color #ed1edc

%0
%87
%7
%7

Triadic Colors of #ed1edc

#ed1edc #dced1e #1edced

Analogous Colors of #ed1edc

#ed1edc #ed1e75 #971eed

Monochromatic Colors of #ed1edc

#ed1edc

Complementary Color

#ed1edc #1eed2f

#ed1edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed1edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed1edc Color CSS Codes

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

#ed1edc Text Font Color

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

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


#ed1edc Background Color

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

This div background color is #ed1edc


#ed1edc Border Color

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

This div border color is #ed1edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed1edc


Comments

No comments written yet.

Please login to write comment.