Color Hex Logo

#d0420a Color Hex

#D0420A
(208,66,10)
0 Favorites   0 Comments

Color spaces of #d0420a

RGB 2086610
HSL0.050.910.43
HSV17°95°82°
CMYK 0.000.680.95   0.18
XYZ28.015417.32822.1553
Yxy17.32820.58980.3648
Hunter Lab41.627247.284426.0692
CIE-Lab48.670953.999657.3997

#d0420a color RGB value is (208,66,10).

#d0420a hex color red value is 208, green value is 66 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #d0420a hue: 0.05 , saturation: 0.91 and the lightness value of d0420a is 0.43.

The process color (four color CMYK) of #d0420a color hex is 0.00, 0.68, 0.95, 0.18. Web safe color of #d0420a is #cc3300. Color #d0420a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000010 00001010
Octal 320 102 12
Decimal 208 66 10
Hex D0 42 A

RGB Percentages of Color #d0420a

%73.24
%23.24
%3.52

CMYK Percentages of Color #d0420a

%0
%68
%95
%18

Triadic Colors of #d0420a

#d0420a #0ad042 #420ad0

Analogous Colors of #d0420a

#d0420a #d0a50a #d00a35

Monochromatic Colors of #d0420a

#d0420a

Complementary Color

#d0420a #0a98d0

#d0420a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0420a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0420a Color CSS Codes

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

#d0420a Text Font Color

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

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


#d0420a Background Color

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

This div background color is #d0420a


#d0420a Border Color

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

This div border color is #d0420a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,66,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0420a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0420a;
  -webkit-box-shadow: 1px 1px 3px 2px #d0420a;
  box-shadow:         1px 1px 3px 2px #d0420a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,66,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0420a


Comments

No comments written yet.

Please login to write comment.