Color Hex Logo

#dd9bce Color Hex

#DD9BCE
(221,155,206)
0 Favorites   0 Comments

Color spaces of #dd9bce

RGB 221155206
HSL0.870.490.74
HSV314°30°87°
CMYK 0.000.300.07   0.13
XYZ52.680743.271163.9681
Yxy43.27110.32940.2706
Hunter Lab65.780827.8358-11.6096
CIE-Lab71.738632.5319-16.2329

#dd9bce color RGB value is (221,155,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011011 11001110
Octal 335 233 316
Decimal 221 155 206
Hex DD 9B CE

RGB Percentages of Color #dd9bce

%37.97
%26.63
%35.40

CMYK Percentages of Color #dd9bce

%0
%30
%7
%13

Triadic Colors of #dd9bce

#dd9bce #cedd9b #9bcedd

Analogous Colors of #dd9bce

#dd9bce #dd9bad #cb9bdd

Monochromatic Colors of #dd9bce

#dd9bce

Complementary Color

#dd9bce #9bddaa

#dd9bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9bce Color CSS Codes

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

#dd9bce Text Font Color

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

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


#dd9bce Background Color

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

This div background color is #dd9bce


#dd9bce Border Color

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

This div border color is #dd9bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9bce


Comments

No comments written yet.

Please login to write comment.