Color Hex Logo

#dc012f Color Hex

#DC012F
(220,1,47)
0 Favorites   0 Comments

Color spaces of #dc012f

RGB 220147
HSL0.960.990.43
HSV347°100°86°
CMYK 0.001.000.79   0.14
XYZ30.039115.44264.0868
Yxy15.44260.60600.3115
Hunter Lab39.297167.677421.3419
CIE-Lab46.234572.328040.3375

#dc012f color RGB value is (220,1,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000001 00101111
Octal 334 1 57
Decimal 220 1 47
Hex DC 1 2F

RGB Percentages of Color #dc012f

%82.09
%0.37
%17.54

CMYK Percentages of Color #dc012f

%0
%100
%79
%14

Triadic Colors of #dc012f

#dc012f #2fdc01 #012fdc

Analogous Colors of #dc012f

#dc012f #dc4001 #dc019d

Monochromatic Colors of #dc012f

#dc012f

Complementary Color

#dc012f #01dcae

#dc012f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc012f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc012f Color CSS Codes

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

#dc012f Text Font Color

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

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


#dc012f Background Color

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

This div background color is #dc012f


#dc012f Border Color

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

This div border color is #dc012f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc012f


Comments

No comments written yet.

Please login to write comment.