Color Hex Logo

#db9bce Color Hex

#DB9BCE
(219,155,206)
0 Favorites   0 Comments

Color spaces of #db9bce

RGB 219155206
HSL0.870.470.73
HSV312°29°86°
CMYK 0.000.290.06   0.14
XYZ52.075342.959063.9398
Yxy42.95900.32760.2702
Hunter Lab65.543127.1213-11.9595
CIE-Lab71.527131.8640-16.5727

#db9bce color RGB value is (219,155,206).

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

The process color (four color CMYK) of #db9bce color hex is 0.00, 0.29, 0.06, 0.14. Web safe color of #db9bce is #cc99cc. Color #db9bce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011011 11001110
Octal 333 233 316
Decimal 219 155 206
Hex DB 9B CE

RGB Percentages of Color #db9bce

%37.76
%26.72
%35.52

CMYK Percentages of Color #db9bce

%0
%29
%6
%14

Triadic Colors of #db9bce

#db9bce #cedb9b #9bcedb

Analogous Colors of #db9bce

#db9bce #db9bae #c89bdb

Monochromatic Colors of #db9bce

#db9bce

Complementary Color

#db9bce #9bdba8

#db9bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9bce Color CSS Codes

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

#db9bce Text Font Color

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

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


#db9bce Background Color

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

This div background color is #db9bce


#db9bce Border Color

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

This div border color is #db9bce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,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 #db9bce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9bce


Comments

No comments written yet.

Please login to write comment.