Color Hex Logo

#dc083c Color Hex

#DC083C
(220,8,60)
0 Favorites   0 Comments

Color spaces of #dc083c

RGB 220860
HSL0.960.930.45
HSV345°96°86°
CMYK 0.000.960.73   0.14
XYZ30.417615.71565.7052
Yxy15.71560.58680.3032
Hunter Lab39.642967.586219.2173
CIE-Lab46.599172.180933.0896

#dc083c color RGB value is (220,8,60).

#dc083c hex color red value is 220, green value is 8 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #dc083c hue: 0.96 , saturation: 0.93 and the lightness value of dc083c is 0.45.

The process color (four color CMYK) of #dc083c color hex is 0.00, 0.96, 0.73, 0.14. Web safe color of #dc083c is #cc0033. Color #dc083c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001000 00111100
Octal 334 10 74
Decimal 220 8 60
Hex DC 8 3C

RGB Percentages of Color #dc083c

%76.39
%2.78
%20.83

CMYK Percentages of Color #dc083c

%0
%96
%73
%14

Triadic Colors of #dc083c

#dc083c #3cdc08 #083cdc

Analogous Colors of #dc083c

#dc083c #dc3e08 #dc08a6

Monochromatic Colors of #dc083c

#dc083c

Complementary Color

#dc083c #08dca8

#dc083c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc083c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc083c Color CSS Codes

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

#dc083c Text Font Color

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

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


#dc083c Background Color

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

This div background color is #dc083c


#dc083c Border Color

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

This div border color is #dc083c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc083c


Comments

No comments written yet.

Please login to write comment.