Color Hex Logo

#db9cce Color Hex

#DB9CCE
(219,156,206)
0 Favorites   0 Comments

Color spaces of #db9cce

RGB 219156206
HSL0.870.470.74
HSV312°29°86°
CMYK 0.000.290.06   0.14
XYZ52.242543.293263.9955
Yxy43.29320.32750.2714
Hunter Lab65.797626.5812-11.6079
CIE-Lab71.753531.3256-16.2310

#db9cce color RGB value is (219,156,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011100 11001110
Octal 333 234 316
Decimal 219 156 206
Hex DB 9C CE

RGB Percentages of Color #db9cce

%37.69
%26.85
%35.46

CMYK Percentages of Color #db9cce

%0
%29
%6
%14

Triadic Colors of #db9cce

#db9cce #cedb9c #9ccedb

Analogous Colors of #db9cce

#db9cce #db9caf #c99cdb

Monochromatic Colors of #db9cce

#db9cce

Complementary Color

#db9cce #9cdba9

#db9cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9cce Color CSS Codes

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

#db9cce Text Font Color

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

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


#db9cce Background Color

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

This div background color is #db9cce


#db9cce Border Color

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

This div border color is #db9cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9cce


Comments

No comments written yet.

Please login to write comment.