Color Hex Logo

#d0520b Color Hex

#D0520B
(208,82,11)
0 Favorites   0 Comments

Color spaces of #d0520b

RGB 2088211
HSL0.060.900.43
HSV22°95°82°
CMYK 0.000.610.95   0.18
XYZ29.090119.46862.5412
Yxy19.46860.56930.3810
Hunter Lab44.123240.468027.4716
CIE-Lab51.231047.166558.7602

#d0520b color RGB value is (208,82,11).

#d0520b hex color red value is 208, green value is 82 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d0520b hue: 0.06 , saturation: 0.90 and the lightness value of d0520b is 0.43.

The process color (four color CMYK) of #d0520b color hex is 0.00, 0.61, 0.95, 0.18. Web safe color of #d0520b is #cc6600. Color #d0520b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010010 00001011
Octal 320 122 13
Decimal 208 82 11
Hex D0 52 B

RGB Percentages of Color #d0520b

%69.10
%27.24
%3.65

CMYK Percentages of Color #d0520b

%0
%61
%95
%18

Triadic Colors of #d0520b

#d0520b #0bd052 #520bd0

Analogous Colors of #d0520b

#d0520b #d0b50b #d00b26

Monochromatic Colors of #d0520b

#d0520b

Complementary Color

#d0520b #0b89d0

#d0520b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0520b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0520b Color CSS Codes

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

#d0520b Text Font Color

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

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


#d0520b Background Color

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

This div background color is #d0520b


#d0520b Border Color

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

This div border color is #d0520b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,82,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 #d0520b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0520b


Comments

No comments written yet.

Please login to write comment.