Color Hex Logo

#dd9bca Color Hex

#DD9BCA
(221,155,202)
0 Favorites   0 Comments

Color spaces of #dd9bca

RGB 221155202
HSL0.880.490.74
HSV317°30°87°
CMYK 0.000.300.09   0.13
XYZ52.200843.079161.4409
Yxy43.07910.33310.2749
Hunter Lab65.634727.1046-9.5574
CIE-Lab71.608631.8411-14.2213

#dd9bca color RGB value is (221,155,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011011 11001010
Octal 335 233 312
Decimal 221 155 202
Hex DD 9B CA

RGB Percentages of Color #dd9bca

%38.24
%26.82
%34.95

CMYK Percentages of Color #dd9bca

%0
%30
%9
%13

Triadic Colors of #dd9bca

#dd9bca #cadd9b #9bcadd

Analogous Colors of #dd9bca

#dd9bca #dd9ba9 #cf9bdd

Monochromatic Colors of #dd9bca

#dd9bca

Complementary Color

#dd9bca #9bddae

#dd9bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9bca Color CSS Codes

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

#dd9bca Text Font Color

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

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


#dd9bca Background Color

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

This div background color is #dd9bca


#dd9bca Border Color

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

This div border color is #dd9bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9bca


Comments

No comments written yet.

Please login to write comment.