Color Hex Logo

#d39352 Color Hex

#D39352
(211,147,82)
0 Favorites   0 Comments

Color spaces of #d39352

RGB 21114782
HSL0.080.590.57
HSV30°61°83°
CMYK 0.000.300.61   0.17
XYZ38.820735.325512.7551
Yxy35.32550.44670.4065
Hunter Lab59.435312.577328.8808
CIE-Lab66.001317.521443.5217

#d39352 color RGB value is (211,147,82).

#d39352 hex color red value is 211, green value is 147 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #d39352 hue: 0.08 , saturation: 0.59 and the lightness value of d39352 is 0.57.

The process color (four color CMYK) of #d39352 color hex is 0.00, 0.30, 0.61, 0.17. Web safe color of #d39352 is #cc9966. Color #d39352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010011 01010010
Octal 323 223 122
Decimal 211 147 82
Hex D3 93 52

RGB Percentages of Color #d39352

%47.95
%33.41
%18.64

CMYK Percentages of Color #d39352

%0
%30
%61
%17

Triadic Colors of #d39352

#d39352 #52d393 #9352d3

Analogous Colors of #d39352

#d39352 #d3d352 #d35252

Monochromatic Colors of #d39352

#d39352

Complementary Color

#d39352 #5292d3

#d39352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d39352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d39352 Color CSS Codes

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

#d39352 Text Font Color

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

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


#d39352 Background Color

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

This div background color is #d39352


#d39352 Border Color

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

This div border color is #d39352


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,147,82, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d39352


Comments

No comments written yet.

Please login to write comment.