Color Hex Logo

#dd9cbc Color Hex

#DD9CBC
(221,156,188)
0 Favorites   0 Comments

Color spaces of #dd9cbc

RGB 221156188
HSL0.920.490.74
HSV330°29°87°
CMYK 0.000.290.15   0.13
XYZ50.784442.779953.1577
Yxy42.77990.34610.2916
Hunter Lab65.406324.1342-2.4023
CIE-Lab71.405328.9800-6.7836

#dd9cbc color RGB value is (221,156,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011100 10111100
Octal 335 234 274
Decimal 221 156 188
Hex DD 9C BC

RGB Percentages of Color #dd9cbc

%39.12
%27.61
%33.27

CMYK Percentages of Color #dd9cbc

%0
%29
%15
%13

Triadic Colors of #dd9cbc

#dd9cbc #bcdd9c #9cbcdd

Analogous Colors of #dd9cbc

#dd9cbc #dd9d9c #dd9cdd

Monochromatic Colors of #dd9cbc

#dd9cbc

Complementary Color

#dd9cbc #9cddbd

#dd9cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9cbc Color CSS Codes

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

#dd9cbc Text Font Color

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

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


#dd9cbc Background Color

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

This div background color is #dd9cbc


#dd9cbc Border Color

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

This div border color is #dd9cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9cbc


Comments

No comments written yet.

Please login to write comment.