Color Hex Logo

#db9cbe Color Hex

#DB9CBE
(219,156,190)
0 Favorites   0 Comments

Color spaces of #db9cbe

RGB 219156190
HSL0.910.470.74
HSV328°29°86°
CMYK 0.000.290.13   0.14
XYZ50.396142.554754.2729
Yxy42.55470.34230.2890
Hunter Lab65.234023.7396-3.6639
CIE-Lab71.251728.6055-8.1421

#db9cbe color RGB value is (219,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011100 10111110
Octal 333 234 276
Decimal 219 156 190
Hex DB 9C BE

RGB Percentages of Color #db9cbe

%38.76
%27.61
%33.63

CMYK Percentages of Color #db9cbe

%0
%29
%13
%14

Triadic Colors of #db9cbe

#db9cbe #bedb9c #9cbedb

Analogous Colors of #db9cbe

#db9cbe #db9c9f #d99cdb

Monochromatic Colors of #db9cbe

#db9cbe

Complementary Color

#db9cbe #9cdbb9

#db9cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9cbe Color CSS Codes

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

#db9cbe Text Font Color

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

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


#db9cbe Background Color

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

This div background color is #db9cbe


#db9cbe Border Color

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

This div border color is #db9cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9cbe


Comments

No comments written yet.

Please login to write comment.