Color Hex Logo

#dd757f Color Hex

#DD757F
(221,117,127)
0 Favorites   0 Comments

Color spaces of #dd757f

RGB 221117127
HSL0.980.600.66
HSV354°47°87°
CMYK 0.000.470.43   0.13
XYZ40.010829.627023.6885
Yxy29.62700.42870.3175
Hunter Lab54.430735.957712.2982
CIE-Lab61.331041.404613.0413

#dd757f color RGB value is (221,117,127).

#dd757f hex color red value is 221, green value is 117 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dd757f hue: 0.98 , saturation: 0.60 and the lightness value of dd757f is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110101 01111111
Octal 335 165 177
Decimal 221 117 127
Hex DD 75 7F

RGB Percentages of Color #dd757f

%47.53
%25.16
%27.31

CMYK Percentages of Color #dd757f

%0
%47
%43
%13

Triadic Colors of #dd757f

#dd757f #7fdd75 #757fdd

Analogous Colors of #dd757f

#dd757f #dd9f75 #dd75b3

Monochromatic Colors of #dd757f

#dd757f

Complementary Color

#dd757f #75ddd3

#dd757f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd757f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd757f Color CSS Codes

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

#dd757f Text Font Color

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

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


#dd757f Background Color

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

This div background color is #dd757f


#dd757f Border Color

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

This div border color is #dd757f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd757f


Comments

No comments written yet.

Please login to write comment.