Color Hex Logo

#d0887a Color Hex

#D0887A
(208,136,122)
0 Favorites   0 Comments

Color spaces of #d0887a

RGB 208136122
HSL0.030.480.65
HSV10°41°82°
CMYK 0.000.350.41   0.18
XYZ38.329432.423422.6505
Yxy32.42340.41040.3471
Hunter Lab56.941520.507016.2744
CIE-Lab63.691325.906718.8940

#d0887a color RGB value is (208,136,122).

#d0887a hex color red value is 208, green value is 136 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #d0887a hue: 0.03 , saturation: 0.48 and the lightness value of d0887a is 0.65.

The process color (four color CMYK) of #d0887a color hex is 0.00, 0.35, 0.41, 0.18. Web safe color of #d0887a is #cc9966. Color #d0887a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001000 01111010
Octal 320 210 172
Decimal 208 136 122
Hex D0 88 7A

RGB Percentages of Color #d0887a

%44.64
%29.18
%26.18

CMYK Percentages of Color #d0887a

%0
%35
%41
%18

Triadic Colors of #d0887a

#d0887a #7ad088 #887ad0

Analogous Colors of #d0887a

#d0887a #d0b37a #d07a97

Monochromatic Colors of #d0887a

#d0887a

Complementary Color

#d0887a #7ac2d0

#d0887a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0887a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0887a Color CSS Codes

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

#d0887a Text Font Color

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

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


#d0887a Background Color

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

This div background color is #d0887a


#d0887a Border Color

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

This div border color is #d0887a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0887a


Comments

No comments written yet.

Please login to write comment.