Color Hex Logo

#d05f47 Color Hex

#D05F47
(208,95,71)
0 Favorites   0 Comments

Color spaces of #d05f47

RGB 2089571
HSL0.030.590.55
HSV11°66°82°
CMYK 0.000.540.66   0.18
XYZ31.242022.04928.5705
Yxy22.04920.50500.3564
Hunter Lab46.956636.588822.0480
CIE-Lab54.079243.001735.1134

#d05f47 color RGB value is (208,95,71).

#d05f47 hex color red value is 208, green value is 95 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #d05f47 hue: 0.03 , saturation: 0.59 and the lightness value of d05f47 is 0.55.

The process color (four color CMYK) of #d05f47 color hex is 0.00, 0.54, 0.66, 0.18. Web safe color of #d05f47 is #cc6633. Color #d05f47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011111 01000111
Octal 320 137 107
Decimal 208 95 71
Hex D0 5F 47

RGB Percentages of Color #d05f47

%55.61
%25.40
%18.98

CMYK Percentages of Color #d05f47

%0
%54
%66
%18

Triadic Colors of #d05f47

#d05f47 #47d05f #5f47d0

Analogous Colors of #d05f47

#d05f47 #d0a447 #d04774

Monochromatic Colors of #d05f47

#d05f47

Complementary Color

#d05f47 #47b8d0

#d05f47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05f47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05f47 Color CSS Codes

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

#d05f47 Text Font Color

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

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


#d05f47 Background Color

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

This div background color is #d05f47


#d05f47 Border Color

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

This div border color is #d05f47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05f47


Comments

No comments written yet.

Please login to write comment.