Color Hex Logo

#dd9cbf Color Hex

#DD9CBF
(221,156,191)
0 Favorites   0 Comments

Color spaces of #dd9cbf

RGB 221156191
HSL0.910.490.74
HSV328°29°87°
CMYK 0.000.290.14   0.13
XYZ51.111242.910754.8789
Yxy42.91070.34330.2882
Hunter Lab65.506324.6385-3.8167
CIE-Lab71.494329.4648-8.3118

#dd9cbf color RGB value is (221,156,191).

#dd9cbf hex color red value is 221, green value is 156 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dd9cbf hue: 0.91 , saturation: 0.49 and the lightness value of dd9cbf is 0.74.

The process color (four color CMYK) of #dd9cbf color hex is 0.00, 0.29, 0.14, 0.13. Web safe color of #dd9cbf is #cc99cc. Color #dd9cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011100 10111111
Octal 335 234 277
Decimal 221 156 191
Hex DD 9C BF

RGB Percentages of Color #dd9cbf

%38.91
%27.46
%33.63

CMYK Percentages of Color #dd9cbf

%0
%29
%14
%13

Triadic Colors of #dd9cbf

#dd9cbf #bfdd9c #9cbfdd

Analogous Colors of #dd9cbf

#dd9cbf #dd9c9f #db9cdd

Monochromatic Colors of #dd9cbf

#dd9cbf

Complementary Color

#dd9cbf #9cddba

#dd9cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9cbf Color CSS Codes

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

#dd9cbf Text Font Color

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

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


#dd9cbf Background Color

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

This div background color is #dd9cbf


#dd9cbf Border Color

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

This div border color is #dd9cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9cbf


Comments

No comments written yet.

Please login to write comment.