Color Hex Logo

#d7840f Color Hex

#D7840F
(215,132,15)
0 Favorites   0 Comments

Color spaces of #d7840f

RGB 21513215
HSL0.100.870.45
HSV35°93°84°
CMYK 0.000.390.93   0.16
XYZ36.361830.98414.5160
Yxy30.98410.50600.4312
Hunter Lab55.663419.193334.1541
CIE-Lab62.494224.634266.1048

#d7840f color RGB value is (215,132,15).

#d7840f hex color red value is 215, green value is 132 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #d7840f hue: 0.10 , saturation: 0.87 and the lightness value of d7840f is 0.45.

The process color (four color CMYK) of #d7840f color hex is 0.00, 0.39, 0.93, 0.16. Web safe color of #d7840f is #cc9900. Color #d7840f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000100 00001111
Octal 327 204 17
Decimal 215 132 15
Hex D7 84 F

RGB Percentages of Color #d7840f

%59.39
%36.46
%4.14

CMYK Percentages of Color #d7840f

%0
%39
%93
%16

Triadic Colors of #d7840f

#d7840f #0fd784 #840fd7

Analogous Colors of #d7840f

#d7840f #c6d70f #d7200f

Monochromatic Colors of #d7840f

#d7840f

Complementary Color

#d7840f #0f62d7

#d7840f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7840f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7840f Color CSS Codes

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

#d7840f Text Font Color

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

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


#d7840f Background Color

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

This div background color is #d7840f


#d7840f Border Color

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

This div border color is #d7840f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,132,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7840f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7840f;
  -webkit-box-shadow: 1px 1px 3px 2px #d7840f;
  box-shadow:         1px 1px 3px 2px #d7840f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,132,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7840f


Comments

No comments written yet.

Please login to write comment.