Color Hex Logo

#dc497e Color Hex

#DC497E
(220,73,126)
0 Favorites   0 Comments

Color spaces of #dc497e

RGB 22073126
HSL0.940.680.57
HSV338°67°86°
CMYK 0.000.670.43   0.14
XYZ35.663621.487122.0064
Yxy21.48710.45050.2714
Hunter Lab46.354256.21314.3003
CIE-Lab53.478561.15672.4199

#dc497e color RGB value is (220,73,126).

#dc497e hex color red value is 220, green value is 73 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dc497e hue: 0.94 , saturation: 0.68 and the lightness value of dc497e is 0.57.

The process color (four color CMYK) of #dc497e color hex is 0.00, 0.67, 0.43, 0.14. Web safe color of #dc497e is #cc3366. Color #dc497e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01001001 01111110
Octal 334 111 176
Decimal 220 73 126
Hex DC 49 7E

RGB Percentages of Color #dc497e

%52.51
%17.42
%30.07

CMYK Percentages of Color #dc497e

%0
%67
%43
%14

Triadic Colors of #dc497e

#dc497e #7edc49 #497edc

Analogous Colors of #dc497e

#dc497e #dc5e49 #dc49c8

Monochromatic Colors of #dc497e

#dc497e

Complementary Color

#dc497e #49dca7

#dc497e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc497e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc497e Color CSS Codes

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

#dc497e Text Font Color

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

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


#dc497e Background Color

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

This div background color is #dc497e


#dc497e Border Color

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

This div border color is #dc497e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc497e


Comments

No comments written yet.

Please login to write comment.