Color Hex Logo

#dd9faf Color Hex

#DD9FAF
(221,159,175)
0 Favorites   0 Comments

Color spaces of #dd9faf

RGB 221159175
HSL0.960.480.75
HSV345°28°87°
CMYK 0.000.280.21   0.13
XYZ49.954843.263646.2752
Yxy43.26360.35810.3101
Hunter Lab65.775120.46074.3298
CIE-Lab71.733525.34390.8953

#dd9faf color RGB value is (221,159,175).

#dd9faf hex color red value is 221, green value is 159 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dd9faf hue: 0.96 , saturation: 0.48 and the lightness value of dd9faf is 0.75.

The process color (four color CMYK) of #dd9faf color hex is 0.00, 0.28, 0.21, 0.13. Web safe color of #dd9faf is #cc9999. Color #dd9faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011111 10101111
Octal 335 237 257
Decimal 221 159 175
Hex DD 9F AF

RGB Percentages of Color #dd9faf

%39.82
%28.65
%31.53

CMYK Percentages of Color #dd9faf

%0
%28
%21
%13

Triadic Colors of #dd9faf

#dd9faf #afdd9f #9fafdd

Analogous Colors of #dd9faf

#dd9faf #ddae9f #dd9fce

Monochromatic Colors of #dd9faf

#dd9faf

Complementary Color

#dd9faf #9fddcd

#dd9faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9faf Color CSS Codes

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

#dd9faf Text Font Color

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

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


#dd9faf Background Color

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

This div background color is #dd9faf


#dd9faf Border Color

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

This div border color is #dd9faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9faf

#dd9faf Color Palettes


Comments

No comments written yet.

Please login to write comment.