Color Hex Logo

#d7814b Color Hex

#D7814B
(215,129,75)
0 Favorites   0 Comments

Color spaces of #d7814b

RGB 21512975
HSL0.060.640.57
HSV23°65°84°
CMYK 0.000.400.65   0.16
XYZ37.144630.655610.6160
Yxy30.65560.47370.3909
Hunter Lab55.367522.857827.3892
CIE-Lab62.215828.420442.8035

#d7814b color RGB value is (215,129,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000001 01001011
Octal 327 201 113
Decimal 215 129 75
Hex D7 81 4B

RGB Percentages of Color #d7814b

%51.31
%30.79
%17.90

CMYK Percentages of Color #d7814b

%0
%40
%65
%16

Triadic Colors of #d7814b

#d7814b #4bd781 #814bd7

Analogous Colors of #d7814b

#d7814b #d7c74b #d74b5b

Monochromatic Colors of #d7814b

#d7814b

Complementary Color

#d7814b #4ba1d7

#d7814b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7814b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7814b Color CSS Codes

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

#d7814b Text Font Color

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

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


#d7814b Background Color

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

This div background color is #d7814b


#d7814b Border Color

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

This div border color is #d7814b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7814b

#d7814b Color Palettes


Comments

No comments written yet.

Please login to write comment.