Color Hex Logo

#d0521e Color Hex

#D0521E
(208,82,30)
0 Favorites   0 Comments

Color spaces of #d0521e

RGB 2088230
HSL0.050.750.47
HSV18°86°82°
CMYK 0.000.610.86   0.18
XYZ29.264119.53823.4572
Yxy19.53820.56000.3739
Hunter Lab44.202040.822926.3041
CIE-Lab51.311047.492152.7222

#d0521e color RGB value is (208,82,30).

#d0521e hex color red value is 208, green value is 82 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d0521e hue: 0.05 , saturation: 0.75 and the lightness value of d0521e is 0.47.

The process color (four color CMYK) of #d0521e color hex is 0.00, 0.61, 0.86, 0.18. Web safe color of #d0521e is #cc6633. Color #d0521e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010010 00011110
Octal 320 122 36
Decimal 208 82 30
Hex D0 52 1E

RGB Percentages of Color #d0521e

%65.00
%25.63
%9.38

CMYK Percentages of Color #d0521e

%0
%61
%86
%18

Triadic Colors of #d0521e

#d0521e #1ed052 #521ed0

Analogous Colors of #d0521e

#d0521e #d0ab1e #d01e43

Monochromatic Colors of #d0521e

#d0521e

Complementary Color

#d0521e #1e9cd0

#d0521e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0521e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0521e Color CSS Codes

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

#d0521e Text Font Color

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

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


#d0521e Background Color

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

This div background color is #d0521e


#d0521e Border Color

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

This div border color is #d0521e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0521e


Comments

No comments written yet.

Please login to write comment.