Color Hex Logo

#d7842a Color Hex

#D7842A
(215,132,42)
0 Favorites   0 Comments

Color spaces of #d7842a

RGB 21513242
HSL0.090.680.50
HSV31°80°84°
CMYK 0.000.390.80   0.16
XYZ36.693531.11686.2627
Yxy31.11680.49540.4201
Hunter Lab55.782419.797432.3912
CIE-Lab62.606125.252358.3254

#d7842a color RGB value is (215,132,42).

#d7842a hex color red value is 215, green value is 132 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d7842a hue: 0.09 , saturation: 0.68 and the lightness value of d7842a is 0.50.

The process color (four color CMYK) of #d7842a color hex is 0.00, 0.39, 0.80, 0.16. Web safe color of #d7842a is #cc9933. Color #d7842a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000100 00101010
Octal 327 204 52
Decimal 215 132 42
Hex D7 84 2A

RGB Percentages of Color #d7842a

%55.27
%33.93
%10.80

CMYK Percentages of Color #d7842a

%0
%39
%80
%16

Triadic Colors of #d7842a

#d7842a #2ad784 #842ad7

Analogous Colors of #d7842a

#d7842a #d4d72a #d72e2a

Monochromatic Colors of #d7842a

#d7842a

Complementary Color

#d7842a #2a7dd7

#d7842a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7842a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7842a Color CSS Codes

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

#d7842a Text Font Color

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

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


#d7842a Background Color

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

This div background color is #d7842a


#d7842a Border Color

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

This div border color is #d7842a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7842a


Comments

No comments written yet.

Please login to write comment.