Color Hex Logo

#d7855b Color Hex

#D7855B
(215,133,91)
0 Favorites   0 Comments

Color spaces of #d7855b

RGB 21513391
HSL0.060.610.60
HSV20°58°84°
CMYK 0.000.380.58   0.16
XYZ38.300231.977514.0512
Yxy31.97750.45420.3792
Hunter Lab56.548721.937324.8517
CIE-Lab63.324327.394835.6978

#d7855b color RGB value is (215,133,91).

#d7855b hex color red value is 215, green value is 133 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #d7855b hue: 0.06 , saturation: 0.61 and the lightness value of d7855b is 0.60.

The process color (four color CMYK) of #d7855b color hex is 0.00, 0.38, 0.58, 0.16. Web safe color of #d7855b is #cc9966. Color #d7855b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000101 01011011
Octal 327 205 133
Decimal 215 133 91
Hex D7 85 5B

RGB Percentages of Color #d7855b

%48.97
%30.30
%20.73

CMYK Percentages of Color #d7855b

%0
%38
%58
%16

Triadic Colors of #d7855b

#d7855b #5bd785 #855bd7

Analogous Colors of #d7855b

#d7855b #d7c35b #d75b6f

Monochromatic Colors of #d7855b

#d7855b

Complementary Color

#d7855b #5badd7

#d7855b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7855b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7855b Color CSS Codes

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

#d7855b Text Font Color

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

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


#d7855b Background Color

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

This div background color is #d7855b


#d7855b Border Color

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

This div border color is #d7855b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7855b


Comments

No comments written yet.

Please login to write comment.