Color Hex Logo

#d7814a Color Hex

#D7814A
(215,129,74)
0 Favorites   0 Comments

Color spaces of #d7814a

RGB 21512974
HSL0.070.640.57
HSV23°66°84°
CMYK 0.000.400.66   0.16
XYZ37.110630.642010.4371
Yxy30.64200.47460.3919
Hunter Lab55.355222.796327.5697
CIE-Lab62.204328.358743.3036

#d7814a color RGB value is (215,129,74).

#d7814a hex color red value is 215, green value is 129 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d7814a hue: 0.07 , saturation: 0.64 and the lightness value of d7814a is 0.57.

The process color (four color CMYK) of #d7814a color hex is 0.00, 0.40, 0.66, 0.16. Web safe color of #d7814a is #cc9933. Color #d7814a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000001 01001010
Octal 327 201 112
Decimal 215 129 74
Hex D7 81 4A

RGB Percentages of Color #d7814a

%51.44
%30.86
%17.70

CMYK Percentages of Color #d7814a

%0
%40
%66
%16

Triadic Colors of #d7814a

#d7814a #4ad781 #814ad7

Analogous Colors of #d7814a

#d7814a #d7c84a #d74a5a

Monochromatic Colors of #d7814a

#d7814a

Complementary Color

#d7814a #4aa0d7

#d7814a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7814a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7814a Color CSS Codes

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

#d7814a Text Font Color

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

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


#d7814a Background Color

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

This div background color is #d7814a


#d7814a Border Color

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

This div border color is #d7814a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7814a


Comments

No comments written yet.

Please login to write comment.