Color Hex Logo

#dc317c Color Hex

#DC317C
(220,49,124)
0 Favorites   0 Comments

Color spaces of #dc317c

RGB 22049124
HSL0.930.710.53
HSV334°78°86°
CMYK 0.000.780.44   0.14
XYZ34.251618.867520.9053
Yxy18.86750.46270.2549
Hunter Lab43.436764.74011.8705
CIE-Lab50.531869.0343-0.6695

#dc317c color RGB value is (220,49,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00110001 01111100
Octal 334 61 174
Decimal 220 49 124
Hex DC 31 7C

RGB Percentages of Color #dc317c

%55.98
%12.47
%31.55

CMYK Percentages of Color #dc317c

%0
%78
%44
%14

Triadic Colors of #dc317c

#dc317c #7cdc31 #317cdc

Analogous Colors of #dc317c

#dc317c #dc3c31 #dc31d2

Monochromatic Colors of #dc317c

#dc317c

Complementary Color

#dc317c #31dc91

#dc317c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc317c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc317c Color CSS Codes

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

#dc317c Text Font Color

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

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


#dc317c Background Color

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

This div background color is #dc317c


#dc317c Border Color

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

This div border color is #dc317c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc317c


Comments

No comments written yet.

Please login to write comment.