Color Hex Logo

#d0852d Color Hex

#D0852D
(208,133,45)
0 Favorites   0 Comments

Color spaces of #d0852d

RGB 20813345
HSL0.090.640.50
HSV32°78°82°
CMYK 0.000.360.78   0.18
XYZ34.873630.37446.5074
Yxy30.37440.48600.4233
Hunter Lab55.113016.501031.5785
CIE-Lab61.975921.847256.2462

#d0852d color RGB value is (208,133,45).

#d0852d hex color red value is 208, green value is 133 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #d0852d hue: 0.09 , saturation: 0.64 and the lightness value of d0852d is 0.50.

The process color (four color CMYK) of #d0852d color hex is 0.00, 0.36, 0.78, 0.18. Web safe color of #d0852d is #cc9933. Color #d0852d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000101 00101101
Octal 320 205 55
Decimal 208 133 45
Hex D0 85 2D

RGB Percentages of Color #d0852d

%53.89
%34.46
%11.66

CMYK Percentages of Color #d0852d

%0
%36
%78
%18

Triadic Colors of #d0852d

#d0852d #2dd085 #852dd0

Analogous Colors of #d0852d

#d0852d #cad02d #d0342d

Monochromatic Colors of #d0852d

#d0852d

Complementary Color

#d0852d #2d78d0

#d0852d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0852d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0852d Color CSS Codes

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

#d0852d Text Font Color

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

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


#d0852d Background Color

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

This div background color is #d0852d


#d0852d Border Color

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

This div border color is #d0852d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0852d


Comments

No comments written yet.

Please login to write comment.