Color Hex Logo

#dd9eaf Color Hex

#DD9EAF
(221,158,175)
0 Favorites   0 Comments

Color spaces of #dd9eaf

RGB 221158175
HSL0.960.480.74
HSV344°29°87°
CMYK 0.000.290.21   0.13
XYZ49.783542.921046.2181
Yxy42.92100.35840.3090
Hunter Lab65.514120.99064.0327
CIE-Lab71.501325.88300.5568

#dd9eaf color RGB value is (221,158,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011110 10101111
Octal 335 236 257
Decimal 221 158 175
Hex DD 9E AF

RGB Percentages of Color #dd9eaf

%39.89
%28.52
%31.59

CMYK Percentages of Color #dd9eaf

%0
%29
%21
%13

Triadic Colors of #dd9eaf

#dd9eaf #afdd9e #9eafdd

Analogous Colors of #dd9eaf

#dd9eaf #ddad9e #dd9ecf

Monochromatic Colors of #dd9eaf

#dd9eaf

Complementary Color

#dd9eaf #9eddcc

#dd9eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9eaf Color CSS Codes

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

#dd9eaf Text Font Color

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

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


#dd9eaf Background Color

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

This div background color is #dd9eaf


#dd9eaf Border Color

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

This div border color is #dd9eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,158,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 #dd9eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9eaf


Comments

No comments written yet.

Please login to write comment.