Color Hex Logo

#dc003b Color Hex

#DC003B
(220,0,59)
0 Favorites   0 Comments

Color spaces of #dc003b

RGB 220059
HSL0.961.000.43
HSV344°100°86°
CMYK 0.001.000.73   0.14
XYZ30.304615.53145.5383
Yxy15.53140.58990.3023
Hunter Lab39.409968.291919.2549
CIE-Lab46.353672.815233.4033

#dc003b color RGB value is (220,0,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000000 00111011
Octal 334 0 73
Decimal 220 0 59
Hex DC 0 3B

RGB Percentages of Color #dc003b

%78.85
%0.00
%21.15

CMYK Percentages of Color #dc003b

%0
%100
%73
%14

Triadic Colors of #dc003b

#dc003b #3bdc00 #003bdc

Analogous Colors of #dc003b

#dc003b #dc3300 #dc00a9

Monochromatic Colors of #dc003b

#dc003b

Complementary Color

#dc003b #00dca1

#dc003b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc003b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc003b Color CSS Codes

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

#dc003b Text Font Color

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

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


#dc003b Background Color

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

This div background color is #dc003b


#dc003b Border Color

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

This div border color is #dc003b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc003b


Comments

No comments written yet.

Please login to write comment.