Color Hex Logo

#dc476f Color Hex

#DC476F
(220,71,111)
0 Favorites   0 Comments

Color spaces of #dc476f

RGB 22071111
HSL0.960.680.57
HSV344°68°86°
CMYK 0.000.680.50   0.14
XYZ34.637720.869817.2416
Yxy20.86980.47610.2869
Hunter Lab45.683555.39459.6015
CIE-Lab52.806760.560810.4301

#dc476f color RGB value is (220,71,111).

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

The process color (four color CMYK) of #dc476f color hex is 0.00, 0.68, 0.50, 0.14. Web safe color of #dc476f is #cc3366. Color #dc476f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000111 01101111
Octal 334 107 157
Decimal 220 71 111
Hex DC 47 6F

RGB Percentages of Color #dc476f

%54.73
%17.66
%27.61

CMYK Percentages of Color #dc476f

%0
%68
%50
%14

Triadic Colors of #dc476f

#dc476f #6fdc47 #476fdc

Analogous Colors of #dc476f

#dc476f #dc6a47 #dc47ba

Monochromatic Colors of #dc476f

#dc476f

Complementary Color

#dc476f #47dcb4

#dc476f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc476f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc476f Color CSS Codes

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

#dc476f Text Font Color

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

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


#dc476f Background Color

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

This div background color is #dc476f


#dc476f Border Color

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

This div border color is #dc476f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc476f


Comments

No comments written yet.

Please login to write comment.