Color Hex Logo

#d7882a Color Hex

#D7882A
(215,136,42)
0 Favorites   0 Comments

Color spaces of #d7882a

RGB 21513642
HSL0.090.680.50
HSV33°80°84°
CMYK 0.000.370.80   0.16
XYZ37.246432.22266.4470
Yxy32.22260.49060.4245
Hunter Lab56.765017.784333.0017
CIE-Lab63.526423.104859.1622

#d7882a color RGB value is (215,136,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001000 00101010
Octal 327 210 52
Decimal 215 136 42
Hex D7 88 2A

RGB Percentages of Color #d7882a

%54.71
%34.61
%10.69

CMYK Percentages of Color #d7882a

%0
%37
%80
%16

Triadic Colors of #d7882a

#d7882a #2ad788 #882ad7

Analogous Colors of #d7882a

#d7882a #d0d72a #d7312a

Monochromatic Colors of #d7882a

#d7882a

Complementary Color

#d7882a #2a79d7

#d7882a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7882a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7882a Color CSS Codes

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

#d7882a Text Font Color

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

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


#d7882a Background Color

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

This div background color is #d7882a


#d7882a Border Color

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

This div border color is #d7882a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,136,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 #d7882a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7882a


Comments

No comments written yet.

Please login to write comment.