Color Hex Logo

#dd909c Color Hex

#DD909C
(221,144,156)
0 Favorites   0 Comments

Color spaces of #dd909c

RGB 221144156
HSL0.970.530.72
HSV351°35°87°
CMYK 0.000.350.29   0.13
XYZ45.792837.719036.3194
Yxy37.71900.38210.3148
Hunter Lab61.415825.61547.9288
CIE-Lab67.813030.71025.8010

#dd909c color RGB value is (221,144,156).

#dd909c hex color red value is 221, green value is 144 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dd909c hue: 0.97 , saturation: 0.53 and the lightness value of dd909c is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010000 10011100
Octal 335 220 234
Decimal 221 144 156
Hex DD 90 9C

RGB Percentages of Color #dd909c

%42.42
%27.64
%29.94

CMYK Percentages of Color #dd909c

%0
%35
%29
%13

Triadic Colors of #dd909c

#dd909c #9cdd90 #909cdd

Analogous Colors of #dd909c

#dd909c #ddab90 #dd90c3

Monochromatic Colors of #dd909c

#dd909c

Complementary Color

#dd909c #90ddd1

#dd909c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd909c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd909c Color CSS Codes

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

#dd909c Text Font Color

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

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


#dd909c Background Color

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

This div background color is #dd909c


#dd909c Border Color

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

This div border color is #dd909c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd909c


Comments

No comments written yet.

Please login to write comment.