Color Hex Logo

#dc013f Color Hex

#DC013F
(220,1,63)
0 Favorites   0 Comments

Color spaces of #dc013f

RGB 220163
HSL0.950.990.43
HSV343°100°86°
CMYK 0.001.000.71   0.14
XYZ30.423315.59626.1095
Yxy15.59620.58360.2992
Hunter Lab39.492068.399218.4721
CIE-Lab46.440272.887431.0879

#dc013f color RGB value is (220,1,63).

#dc013f hex color red value is 220, green value is 1 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #dc013f hue: 0.95 , saturation: 0.99 and the lightness value of dc013f is 0.43.

The process color (four color CMYK) of #dc013f color hex is 0.00, 1.00, 0.71, 0.14. Web safe color of #dc013f is #cc0033. Color #dc013f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000001 00111111
Octal 334 1 77
Decimal 220 1 63
Hex DC 1 3F

RGB Percentages of Color #dc013f

%77.46
%0.35
%22.18

CMYK Percentages of Color #dc013f

%0
%100
%71
%14

Triadic Colors of #dc013f

#dc013f #3fdc01 #013fdc

Analogous Colors of #dc013f

#dc013f #dc3001 #dc01ad

Monochromatic Colors of #dc013f

#dc013f

Complementary Color

#dc013f #01dc9e

#dc013f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc013f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc013f Color CSS Codes

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

#dc013f Text Font Color

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

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


#dc013f Background Color

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

This div background color is #dc013f


#dc013f Border Color

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

This div border color is #dc013f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc013f


Comments

No comments written yet.

Please login to write comment.