Color Hex Logo

#d7886a Color Hex

#D7886A
(215,136,106)
0 Favorites   0 Comments

Color spaces of #d7886a

RGB 215136106
HSL0.050.580.63
HSV17°51°84°
CMYK 0.000.370.51   0.16
XYZ39.430033.096017.9456
Yxy33.09600.43580.3658
Hunter Lab57.529121.666521.7755
CIE-Lab64.238627.050228.6871

#d7886a color RGB value is (215,136,106).

#d7886a hex color red value is 215, green value is 136 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #d7886a hue: 0.05 , saturation: 0.58 and the lightness value of d7886a is 0.63.

The process color (four color CMYK) of #d7886a color hex is 0.00, 0.37, 0.51, 0.16. Web safe color of #d7886a is #cc9966. Color #d7886a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001000 01101010
Octal 327 210 152
Decimal 215 136 106
Hex D7 88 6A

RGB Percentages of Color #d7886a

%47.05
%29.76
%23.19

CMYK Percentages of Color #d7886a

%0
%37
%51
%16

Triadic Colors of #d7886a

#d7886a #6ad788 #886ad7

Analogous Colors of #d7886a

#d7886a #d7bf6a #d76a83

Monochromatic Colors of #d7886a

#d7886a

Complementary Color

#d7886a #6ab9d7

#d7886a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7886a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7886a Color CSS Codes

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

#d7886a Text Font Color

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

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


#d7886a Background Color

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

This div background color is #d7886a


#d7886a Border Color

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

This div border color is #d7886a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7886a


Comments

No comments written yet.

Please login to write comment.