Color Hex Logo

#dd756d Color Hex

#DD756D
(221,117,109)
0 Favorites   0 Comments

Color spaces of #dd756d

RGB 221117109
HSL0.010.620.65
HSV51°87°
CMYK 0.000.470.51   0.13
XYZ38.940429.198918.0516
Yxy29.19890.45180.3388
Hunter Lab54.036034.070918.0184
CIE-Lab60.956839.646022.8134

#dd756d color RGB value is (221,117,109).

#dd756d hex color red value is 221, green value is 117 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #dd756d hue: 0.01 , saturation: 0.62 and the lightness value of dd756d is 0.65.

The process color (four color CMYK) of #dd756d color hex is 0.00, 0.47, 0.51, 0.13. Web safe color of #dd756d is #cc6666. Color #dd756d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110101 01101101
Octal 335 165 155
Decimal 221 117 109
Hex DD 75 6D

RGB Percentages of Color #dd756d

%49.44
%26.17
%24.38

CMYK Percentages of Color #dd756d

%0
%47
%51
%13

Triadic Colors of #dd756d

#dd756d #6ddd75 #756ddd

Analogous Colors of #dd756d

#dd756d #ddad6d #dd6d9d

Monochromatic Colors of #dd756d

#dd756d

Complementary Color

#dd756d #6dd5dd

#dd756d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd756d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd756d Color CSS Codes

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

#dd756d Text Font Color

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

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


#dd756d Background Color

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

This div background color is #dd756d


#dd756d Border Color

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

This div border color is #dd756d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,117,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd756d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd756d;
  -webkit-box-shadow: 1px 1px 3px 2px #dd756d;
  box-shadow:         1px 1px 3px 2px #dd756d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,117,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd756d


Comments

No comments written yet.

Please login to write comment.