Color Hex Logo

#dc416f Color Hex

#DC416F
(220,65,111)
0 Favorites   0 Comments

Color spaces of #dc416f

RGB 22065111
HSL0.950.690.56
HSV342°70°86°
CMYK 0.000.700.50   0.14
XYZ34.274720.143917.1206
Yxy20.14390.47910.2816
Hunter Lab44.882057.77058.8007
CIE-Lab51.999562.78819.2921

#dc416f color RGB value is (220,65,111).

#dc416f hex color red value is 220, green value is 65 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dc416f hue: 0.95 , saturation: 0.69 and the lightness value of dc416f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 01000001 01101111
Octal 334 101 157
Decimal 220 65 111
Hex DC 41 6F

RGB Percentages of Color #dc416f

%55.56
%16.41
%28.03

CMYK Percentages of Color #dc416f

%0
%70
%50
%14

Triadic Colors of #dc416f

#dc416f #6fdc41 #416fdc

Analogous Colors of #dc416f

#dc416f #dc6141 #dc41bd

Monochromatic Colors of #dc416f

#dc416f

Complementary Color

#dc416f #41dcae

#dc416f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc416f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc416f Color CSS Codes

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

#dc416f Text Font Color

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

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


#dc416f Background Color

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

This div background color is #dc416f


#dc416f Border Color

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

This div border color is #dc416f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc416f


Comments

No comments written yet.

Please login to write comment.