Color Hex Logo

#db9cbc Color Hex

#DB9CBC
(219,156,188)
0 Favorites   0 Comments

Color spaces of #db9cbc

RGB 219156188
HSL0.920.470.74
HSV330°29°86°
CMYK 0.000.290.14   0.14
XYZ50.179042.467853.1293
Yxy42.46780.34420.2913
Hunter Lab65.167323.4026-2.7205
CIE-Lab71.192328.2797-7.1229

#db9cbc color RGB value is (219,156,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011100 10111100
Octal 333 234 274
Decimal 219 156 188
Hex DB 9C BC

RGB Percentages of Color #db9cbc

%38.90
%27.71
%33.39

CMYK Percentages of Color #db9cbc

%0
%29
%14
%14

Triadic Colors of #db9cbc

#db9cbc #bcdb9c #9cbcdb

Analogous Colors of #db9cbc

#db9cbc #db9c9d #db9cdb

Monochromatic Colors of #db9cbc

#db9cbc

Complementary Color

#db9cbc #9cdbbb

#db9cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9cbc Color CSS Codes

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

#db9cbc Text Font Color

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

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


#db9cbc Background Color

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

This div background color is #db9cbc


#db9cbc Border Color

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

This div border color is #db9cbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,156,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9cbc


Comments

No comments written yet.

Please login to write comment.