Color Hex Logo

#dc070b Color Hex

#DC070B
(220,7,11)
0 Favorites   0 Comments

Color spaces of #dc070b

RGB 220711
HSL1.000.940.45
HSV359°97°86°
CMYK 0.000.970.95   0.14
XYZ29.651615.39181.7247
Yxy15.39180.63400.3291
Hunter Lab39.232466.252624.8562
CIE-Lab46.166271.151656.9549

#dc070b color RGB value is (220,7,11).

#dc070b hex color red value is 220, green value is 7 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #dc070b hue: 1.00 , saturation: 0.94 and the lightness value of dc070b is 0.45.

The process color (four color CMYK) of #dc070b color hex is 0.00, 0.97, 0.95, 0.14. Web safe color of #dc070b is #cc0000. Color #dc070b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00000111 00001011
Octal 334 7 13
Decimal 220 7 11
Hex DC 7 B

RGB Percentages of Color #dc070b

%92.44
%2.94
%4.62

CMYK Percentages of Color #dc070b

%0
%97
%95
%14

Triadic Colors of #dc070b

#dc070b #0bdc07 #070bdc

Analogous Colors of #dc070b

#dc070b #dc6e07 #dc0776

Monochromatic Colors of #dc070b

#dc070b

Complementary Color

#dc070b #07dcd8

#dc070b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc070b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc070b Color CSS Codes

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

#dc070b Text Font Color

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

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


#dc070b Background Color

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

This div background color is #dc070b


#dc070b Border Color

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

This div border color is #dc070b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc070b


Comments

No comments written yet.

Please login to write comment.