Color Hex Logo

#dd9cdb Color Hex

#DD9CDB
(221,156,219)
0 Favorites   0 Comments

Color spaces of #dd9cdb

RGB 221156219
HSL0.840.490.74
HSV302°29°87°
CMYK 0.000.290.01   0.13
XYZ54.493444.263672.6894
Yxy44.26360.31780.2582
Hunter Lab66.530929.7748-18.2066
CIE-Lab72.404334.3201-22.3756

#dd9cdb color RGB value is (221,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011100 11011011
Octal 335 234 333
Decimal 221 156 219
Hex DD 9C DB

RGB Percentages of Color #dd9cdb

%37.08
%26.17
%36.74

CMYK Percentages of Color #dd9cdb

%0
%29
%1
%13

Triadic Colors of #dd9cdb

#dd9cdb #dbdd9c #9cdbdd

Analogous Colors of #dd9cdb

#dd9cdb #dd9cbb #bf9cdd

Monochromatic Colors of #dd9cdb

#dd9cdb

Complementary Color

#dd9cdb #9cdd9e

#dd9cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9cdb Color CSS Codes

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

#dd9cdb Text Font Color

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

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


#dd9cdb Background Color

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

This div background color is #dd9cdb


#dd9cdb Border Color

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

This div border color is #dd9cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9cdb


Comments

No comments written yet.

Please login to write comment.