Color Hex Logo

#ed74cc Color Hex

#ED74CC
(237,116,204)
0 Favorites   0 Comments

Color spaces of #ed74cc

RGB 237116204
HSL0.880.770.69
HSV316°51°93°
CMYK 0.000.510.14   0.07
XYZ52.069534.854961.1101
Yxy34.85490.35170.2355
Hunter Lab59.038054.1142-20.0443
CIE-Lab65.635557.2436-24.2226

#ed74cc color RGB value is (237,116,204).

#ed74cc hex color red value is 237, green value is 116 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ed74cc hue: 0.88 , saturation: 0.77 and the lightness value of ed74cc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110100 11001100
Octal 355 164 314
Decimal 237 116 204
Hex ED 74 CC

RGB Percentages of Color #ed74cc

%42.55
%20.83
%36.62

CMYK Percentages of Color #ed74cc

%0
%51
%14
%7

Triadic Colors of #ed74cc

#ed74cc #cced74 #74cced

Analogous Colors of #ed74cc

#ed74cc #ed7490 #d274ed

Monochromatic Colors of #ed74cc

#ed74cc

Complementary Color

#ed74cc #74ed95

#ed74cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed74cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed74cc Color CSS Codes

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

#ed74cc Text Font Color

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

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


#ed74cc Background Color

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

This div background color is #ed74cc


#ed74cc Border Color

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

This div border color is #ed74cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed74cc


Comments

No comments written yet.

Please login to write comment.