Color Hex Logo

#d07832 Color Hex

#D07832
(208,120,50)
0 Favorites   0 Comments

Color spaces of #d07832

RGB 20812050
HSL0.070.630.51
HSV27°76°82°
CMYK 0.000.420.76   0.18
XYZ33.304627.07316.4879
Yxy27.07310.49810.4049
Hunter Lab52.031823.198929.0293
CIE-Lab59.041929.043051.2658

#d07832 color RGB value is (208,120,50).

#d07832 hex color red value is 208, green value is 120 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #d07832 hue: 0.07 , saturation: 0.63 and the lightness value of d07832 is 0.51.

The process color (four color CMYK) of #d07832 color hex is 0.00, 0.42, 0.76, 0.18. Web safe color of #d07832 is #cc6633. Color #d07832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111000 00110010
Octal 320 170 62
Decimal 208 120 50
Hex D0 78 32

RGB Percentages of Color #d07832

%55.03
%31.75
%13.23

CMYK Percentages of Color #d07832

%0
%42
%76
%18

Triadic Colors of #d07832

#d07832 #32d078 #7832d0

Analogous Colors of #d07832

#d07832 #d0c732 #d0323b

Monochromatic Colors of #d07832

#d07832

Complementary Color

#d07832 #328ad0

#d07832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07832 Color CSS Codes

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

#d07832 Text Font Color

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

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


#d07832 Background Color

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

This div background color is #d07832


#d07832 Border Color

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

This div border color is #d07832


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07832


Comments

No comments written yet.

Please login to write comment.