Color Hex Logo

#dc397c Color Hex

#DC397C
(220,57,124)
0 Favorites   0 Comments

Color spaces of #dc397c

RGB 22057124
HSL0.930.700.54
HSV335°74°86°
CMYK 0.000.740.44   0.14
XYZ34.616419.597121.0269
Yxy19.59710.46010.2605
Hunter Lab44.268662.11032.8262
CIE-Lab51.378666.64320.5672

#dc397c color RGB value is (220,57,124).

#dc397c hex color red value is 220, green value is 57 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dc397c hue: 0.93 , saturation: 0.70 and the lightness value of dc397c is 0.54.

The process color (four color CMYK) of #dc397c color hex is 0.00, 0.74, 0.44, 0.14. Web safe color of #dc397c is #cc3366. Color #dc397c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00111001 01111100
Octal 334 71 174
Decimal 220 57 124
Hex DC 39 7C

RGB Percentages of Color #dc397c

%54.86
%14.21
%30.92

CMYK Percentages of Color #dc397c

%0
%74
%44
%14

Triadic Colors of #dc397c

#dc397c #7cdc39 #397cdc

Analogous Colors of #dc397c

#dc397c #dc4839 #dc39ce

Monochromatic Colors of #dc397c

#dc397c

Complementary Color

#dc397c #39dc99

#dc397c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc397c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc397c Color CSS Codes

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

#dc397c Text Font Color

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

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


#dc397c Background Color

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

This div background color is #dc397c


#dc397c Border Color

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

This div border color is #dc397c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc397c


Comments

No comments written yet.

Please login to write comment.