Color Hex Logo

#d08270 Color Hex

#D08270
(208,130,112)
0 Favorites   0 Comments

Color spaces of #d08270

RGB 208130112
HSL0.030.510.63
HSV11°46°82°
CMYK 0.000.380.46   0.18
XYZ36.919730.545019.2791
Yxy30.54500.42560.3521
Hunter Lab55.267522.523018.0050
CIE-Lab62.121628.087122.3858

#d08270 color RGB value is (208,130,112).

#d08270 hex color red value is 208, green value is 130 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d08270 hue: 0.03 , saturation: 0.51 and the lightness value of d08270 is 0.63.

The process color (four color CMYK) of #d08270 color hex is 0.00, 0.38, 0.46, 0.18. Web safe color of #d08270 is #cc9966. Color #d08270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000010 01110000
Octal 320 202 160
Decimal 208 130 112
Hex D0 82 70

RGB Percentages of Color #d08270

%46.22
%28.89
%24.89

CMYK Percentages of Color #d08270

%0
%38
%46
%18

Triadic Colors of #d08270

#d08270 #70d082 #8270d0

Analogous Colors of #d08270

#d08270 #d0b270 #d0708e

Monochromatic Colors of #d08270

#d08270

Complementary Color

#d08270 #70bed0

#d08270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08270 Color CSS Codes

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

#d08270 Text Font Color

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

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


#d08270 Background Color

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

This div background color is #d08270


#d08270 Border Color

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

This div border color is #d08270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08270


Comments

No comments written yet.

Please login to write comment.