Color Hex Logo

#dd9bcd Color Hex

#DD9BCD
(221,155,205)
0 Favorites   0 Comments

Color spaces of #dd9bcd

RGB 221155205
HSL0.870.490.74
HSV315°30°87°
CMYK 0.000.300.07   0.13
XYZ52.559643.222663.3302
Yxy43.22260.33030.2716
Hunter Lab65.743927.6517-11.0925
CIE-Lab71.705832.3583-15.7307

#dd9bcd color RGB value is (221,155,205).

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

The process color (four color CMYK) of #dd9bcd color hex is 0.00, 0.30, 0.07, 0.13. Web safe color of #dd9bcd is #cc99cc. Color #dd9bcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011011 11001101
Octal 335 233 315
Decimal 221 155 205
Hex DD 9B CD

RGB Percentages of Color #dd9bcd

%38.04
%26.68
%35.28

CMYK Percentages of Color #dd9bcd

%0
%30
%7
%13

Triadic Colors of #dd9bcd

#dd9bcd #cddd9b #9bcddd

Analogous Colors of #dd9bcd

#dd9bcd #dd9bac #cc9bdd

Monochromatic Colors of #dd9bcd

#dd9bcd

Complementary Color

#dd9bcd #9bddab

#dd9bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9bcd Color CSS Codes

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

#dd9bcd Text Font Color

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

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


#dd9bcd Background Color

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

This div background color is #dd9bcd


#dd9bcd Border Color

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

This div border color is #dd9bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9bcd


Comments

No comments written yet.

Please login to write comment.