Color Hex Logo

#d47a5f Color Hex

#D47A5F
(212,122,95)
0 Favorites   0 Comments

Color spaces of #d47a5f

RGB 21212295
HSL0.040.580.60
HSV14°55°83°
CMYK 0.000.420.55   0.17
XYZ36.176528.742314.4676
Yxy28.74230.45570.3621
Hunter Lab53.611826.628521.5284
CIE-Lab60.553532.381629.9320

#d47a5f color RGB value is (212,122,95).

#d47a5f hex color red value is 212, green value is 122 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d47a5f hue: 0.04 , saturation: 0.58 and the lightness value of d47a5f is 0.60.

The process color (four color CMYK) of #d47a5f color hex is 0.00, 0.42, 0.55, 0.17. Web safe color of #d47a5f is #cc6666. Color #d47a5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111010 01011111
Octal 324 172 137
Decimal 212 122 95
Hex D4 7A 5F

RGB Percentages of Color #d47a5f

%49.42
%28.44
%22.14

CMYK Percentages of Color #d47a5f

%0
%42
%55
%17

Triadic Colors of #d47a5f

#d47a5f #5fd47a #7a5fd4

Analogous Colors of #d47a5f

#d47a5f #d4b55f #d45f7f

Monochromatic Colors of #d47a5f

#d47a5f

Complementary Color

#d47a5f #5fb9d4

#d47a5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d47a5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d47a5f Color CSS Codes

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

#d47a5f Text Font Color

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

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


#d47a5f Background Color

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

This div background color is #d47a5f


#d47a5f Border Color

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

This div border color is #d47a5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d47a5f


Comments

No comments written yet.

Please login to write comment.