Hex #dd8758 Color
equivalent to
RGB
(221, 135, 88)Details of #dd8758
|
|
|
|
Color HEX #dd8758 matches (221, 135, 88) in RGB.
#dd8758 hex color red value is 221, green value is 135 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dd8758 hue: 0.06, saturation: 0.66 and the lightness value of dd8758 is 0.61.
The process color (four color CMYK) of #dd8758 color hex is 0.00, 0.39, 0.60, 0.13. Web safe color of #dd8758 is #cc9966. Color #dd8758 contains mainly RED color.
Base Numbers
|
|
|
|
#dd8758 tints
#dd8758 shades
RGB in % of #dd8758
CMYK in % of #dd8758
Preview Color #dd8758 on black ground
Very nice color.
Preview Color #dd8758 on white ground
Very nice color.
CSS Codes #dd8758 color
.mybgcolor {background-color:#dd8758; } .myforecolor {color:#dd8758; } .mybordercolor {border:3px solid #dd8758; }
Text Font Color #dd8758
<p style="color:#dd8758">Text here</p>
This sample text font color is #dd8758
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.
Background Color #dd8758
<div style="background-color:#dd8758">
Div content here</div>
This div background color is #dd8758
Border Color #dd8758
<div style="border:3px solid #dd8758">
Div here</div>
The color of this border is #dd8758
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dd8758; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dd8758; -webkit-box-shadow: 1px 1px 3px 2px #dd8758; box-shadow: 1px 1px 3px 2px #dd8758; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #dd8758">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dd8758; -webkit-box-shadow: 1px 1px 3px 2px #dd8758; box-shadow: 1px 1px 3px 2px #dd8758;">
Div content here</div>
The shadow of div box using color #dd8758