Color Hex Logo

#d07d2f Color Hex

#D07D2F
(208,125,47)
0 Favorites   0 Comments

Color spaces of #d07d2f

RGB 20812547
HSL0.080.630.50
HSV29°77°82°
CMYK 0.000.400.77   0.18
XYZ33.859128.28246.3638
Yxy28.28240.49430.4128
Hunter Lab53.181220.579330.1320
CIE-Lab60.143026.242553.6655

#d07d2f color RGB value is (208,125,47).

#d07d2f hex color red value is 208, green value is 125 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d07d2f hue: 0.08 , saturation: 0.63 and the lightness value of d07d2f is 0.50.

The process color (four color CMYK) of #d07d2f color hex is 0.00, 0.40, 0.77, 0.18. Web safe color of #d07d2f is #cc6633. Color #d07d2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111101 00101111
Octal 320 175 57
Decimal 208 125 47
Hex D0 7D 2F

RGB Percentages of Color #d07d2f

%54.74
%32.89
%12.37

CMYK Percentages of Color #d07d2f

%0
%40
%77
%18

Triadic Colors of #d07d2f

#d07d2f #2fd07d #7d2fd0

Analogous Colors of #d07d2f

#d07d2f #d0ce2f #d02f32

Monochromatic Colors of #d07d2f

#d07d2f

Complementary Color

#d07d2f #2f82d0

#d07d2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07d2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07d2f Color CSS Codes

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

#d07d2f Text Font Color

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

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


#d07d2f Background Color

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

This div background color is #d07d2f


#d07d2f Border Color

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

This div border color is #d07d2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07d2f


Comments

No comments written yet.

Please login to write comment.