Color Hex Logo

#ed49cc Color Hex

#ED49CC
(237,73,204)
0 Favorites   0 Comments

Color spaces of #ed49cc

RGB 23773204
HSL0.870.820.61
HSV312°69°93°
CMYK 0.000.690.14   0.07
XYZ48.206727.129259.8224
Yxy27.12920.35670.2007
Hunter Lab52.085774.0565-31.6368
CIE-Lab59.093775.0631-34.3346

#ed49cc color RGB value is (237,73,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001001 11001100
Octal 355 111 314
Decimal 237 73 204
Hex ED 49 CC

RGB Percentages of Color #ed49cc

%46.11
%14.20
%39.69

CMYK Percentages of Color #ed49cc

%0
%69
%14
%7

Triadic Colors of #ed49cc

#ed49cc #cced49 #49cced

Analogous Colors of #ed49cc

#ed49cc #ed497a #bc49ed

Monochromatic Colors of #ed49cc

#ed49cc

Complementary Color

#ed49cc #49ed6a

#ed49cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed49cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed49cc Color CSS Codes

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

#ed49cc Text Font Color

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

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


#ed49cc Background Color

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

This div background color is #ed49cc


#ed49cc Border Color

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

This div border color is #ed49cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,73,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ed49cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed49cc


Comments

No comments written yet.

Please login to write comment.