Color Hex Logo

#ed49dc Color Hex

#ED49DC
(237,73,220)
0 Favorites   0 Comments

Color spaces of #ed49dc

RGB 23773220
HSL0.850.820.61
HSV306°69°93°
CMYK 0.000.690.07   0.07
XYZ50.225927.936970.4553
Yxy27.93690.33800.1880
Hunter Lab52.855477.1230-42.0338
CIE-Lab59.831777.3735-42.2431

#ed49dc color RGB value is (237,73,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001001 11011100
Octal 355 111 334
Decimal 237 73 220
Hex ED 49 DC

RGB Percentages of Color #ed49dc

%44.72
%13.77
%41.51

CMYK Percentages of Color #ed49dc

%0
%69
%7
%7

Triadic Colors of #ed49dc

#ed49dc #dced49 #49dced

Analogous Colors of #ed49dc

#ed49dc #ed498a #ac49ed

Monochromatic Colors of #ed49dc

#ed49dc

Complementary Color

#ed49dc #49ed5a

#ed49dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed49dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed49dc Color CSS Codes

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

#ed49dc Text Font Color

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

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


#ed49dc Background Color

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

This div background color is #ed49dc


#ed49dc Border Color

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

This div border color is #ed49dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed49dc


Comments

No comments written yet.

Please login to write comment.