Color Hex Logo

#d48357 Color Hex

#D48357
(212,131,87)
0 Favorites   0 Comments

Color spaces of #d48357

RGB 21213187
HSL0.060.590.59
HSV21°59°83°
CMYK 0.000.380.59   0.17
XYZ36.988030.917813.0351
Yxy30.91780.45700.3820
Hunter Lab55.603821.432825.0234
CIE-Lab62.438226.947536.6675

#d48357 color RGB value is (212,131,87).

#d48357 hex color red value is 212, green value is 131 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #d48357 hue: 0.06 , saturation: 0.59 and the lightness value of d48357 is 0.59.

The process color (four color CMYK) of #d48357 color hex is 0.00, 0.38, 0.59, 0.17. Web safe color of #d48357 is #cc9966. Color #d48357 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000011 01010111
Octal 324 203 127
Decimal 212 131 87
Hex D4 83 57

RGB Percentages of Color #d48357

%49.30
%30.47
%20.23

CMYK Percentages of Color #d48357

%0
%38
%59
%17

Triadic Colors of #d48357

#d48357 #57d483 #8357d4

Analogous Colors of #d48357

#d48357 #d4c257 #d4576a

Monochromatic Colors of #d48357

#d48357

Complementary Color

#d48357 #57a8d4

#d48357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48357 Color CSS Codes

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

#d48357 Text Font Color

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

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


#d48357 Background Color

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

This div background color is #d48357


#d48357 Border Color

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

This div border color is #d48357


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,131,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d48357; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d48357;
  -webkit-box-shadow: 1px 1px 3px 2px #d48357;
  box-shadow:         1px 1px 3px 2px #d48357; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,131,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48357


Comments

No comments written yet.

Please login to write comment.