Color Hex Logo

#dd745b Color Hex

#DD745B
(221,116,91)
0 Favorites   0 Comments

Color spaces of #dd745b

RGB 22111691
HSL0.030.660.61
HSV12°59°87°
CMYK 0.000.480.59   0.13
XYZ37.952528.618313.4211
Yxy28.61830.47450.3578
Hunter Lab53.496133.017722.5726
CIE-Lab60.443338.692032.2645

#dd745b color RGB value is (221,116,91).

#dd745b hex color red value is 221, green value is 116 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dd745b hue: 0.03 , saturation: 0.66 and the lightness value of dd745b is 0.61.

The process color (four color CMYK) of #dd745b color hex is 0.00, 0.48, 0.59, 0.13. Web safe color of #dd745b is #cc6666. Color #dd745b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110100 01011011
Octal 335 164 133
Decimal 221 116 91
Hex DD 74 5B

RGB Percentages of Color #dd745b

%51.64
%27.10
%21.26

CMYK Percentages of Color #dd745b

%0
%48
%59
%13

Triadic Colors of #dd745b

#dd745b #5bdd74 #745bdd

Analogous Colors of #dd745b

#dd745b #ddb55b #dd5b83

Monochromatic Colors of #dd745b

#dd745b

Complementary Color

#dd745b #5bc4dd

#dd745b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd745b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd745b Color CSS Codes

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

#dd745b Text Font Color

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

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


#dd745b Background Color

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

This div background color is #dd745b


#dd745b Border Color

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

This div border color is #dd745b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd745b


Comments

No comments written yet.

Please login to write comment.