Color Hex Logo

#d48760 Color Hex

#D48760
(212,135,96)
0 Favorites   0 Comments

Color spaces of #d48760

RGB 21213596
HSL0.060.570.60
HSV20°55°83°
CMYK 0.000.360.55   0.17
XYZ37.926732.169515.2767
Yxy32.16950.44420.3768
Hunter Lab56.718220.103923.7333
CIE-Lab63.482725.507533.1142

#d48760 color RGB value is (212,135,96).

#d48760 hex color red value is 212, green value is 135 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d48760 hue: 0.06 , saturation: 0.57 and the lightness value of d48760 is 0.60.

The process color (four color CMYK) of #d48760 color hex is 0.00, 0.36, 0.55, 0.17. Web safe color of #d48760 is #cc9966. Color #d48760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000111 01100000
Octal 324 207 140
Decimal 212 135 96
Hex D4 87 60

RGB Percentages of Color #d48760

%47.86
%30.47
%21.67

CMYK Percentages of Color #d48760

%0
%36
%55
%17

Triadic Colors of #d48760

#d48760 #60d487 #8760d4

Analogous Colors of #d48760

#d48760 #d4c160 #d46073

Monochromatic Colors of #d48760

#d48760

Complementary Color

#d48760 #60add4

#d48760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48760 Color CSS Codes

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

#d48760 Text Font Color

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

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


#d48760 Background Color

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

This div background color is #d48760


#d48760 Border Color

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

This div border color is #d48760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48760


Comments

No comments written yet.

Please login to write comment.