Color Hex Logo

#d06456 Color Hex

#D06456
(208,100,86)
0 Favorites   0 Comments

Color spaces of #d06456

RGB 20810086
HSL0.020.560.58
HSV59°82°
CMYK 0.000.520.59   0.18
XYZ32.249323.196111.5817
Yxy23.19610.48110.3461
Hunter Lab48.162335.238819.4560
CIE-Lab55.273841.521928.1238

#d06456 color RGB value is (208,100,86).

#d06456 hex color red value is 208, green value is 100 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #d06456 hue: 0.02 , saturation: 0.56 and the lightness value of d06456 is 0.58.

The process color (four color CMYK) of #d06456 color hex is 0.00, 0.52, 0.59, 0.18. Web safe color of #d06456 is #cc6666. Color #d06456 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100100 01010110
Octal 320 144 126
Decimal 208 100 86
Hex D0 64 56

RGB Percentages of Color #d06456

%52.79
%25.38
%21.83

CMYK Percentages of Color #d06456

%0
%52
%59
%18

Triadic Colors of #d06456

#d06456 #56d064 #6456d0

Analogous Colors of #d06456

#d06456 #d0a156 #d05685

Monochromatic Colors of #d06456

#d06456

Complementary Color

#d06456 #56c2d0

#d06456 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06456 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06456 Color CSS Codes

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

#d06456 Text Font Color

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

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


#d06456 Background Color

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

This div background color is #d06456


#d06456 Border Color

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

This div border color is #d06456


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06456


Comments

No comments written yet.

Please login to write comment.