Color Hex Logo

#d39170 Color Hex

#D39170
(211,145,112)
0 Favorites   0 Comments

Color spaces of #d39170

RGB 211145112
HSL0.060.530.63
HSV20°47°83°
CMYK 0.000.310.47   0.17
XYZ39.914035.269520.0332
Yxy35.26950.41920.3704
Hunter Lab59.388116.038321.5716
CIE-Lab65.958021.158627.5545

#d39170 color RGB value is (211,145,112).

#d39170 hex color red value is 211, green value is 145 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d39170 hue: 0.06 , saturation: 0.53 and the lightness value of d39170 is 0.63.

The process color (four color CMYK) of #d39170 color hex is 0.00, 0.31, 0.47, 0.17. Web safe color of #d39170 is #cc9966. Color #d39170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010001 01110000
Octal 323 221 160
Decimal 211 145 112
Hex D3 91 70

RGB Percentages of Color #d39170

%45.09
%30.98
%23.93

CMYK Percentages of Color #d39170

%0
%31
%47
%17

Triadic Colors of #d39170

#d39170 #70d391 #9170d3

Analogous Colors of #d39170

#d39170 #d3c370 #d37081

Monochromatic Colors of #d39170

#d39170

Complementary Color

#d39170 #70b2d3

#d39170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39170 Color CSS Codes

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

#d39170 Text Font Color

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

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


#d39170 Background Color

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

This div background color is #d39170


#d39170 Border Color

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

This div border color is #d39170


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,145,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 #d39170">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39170


Comments

No comments written yet.

Please login to write comment.