Color Hex Logo

#db8cbe Color Hex

#DB8CBE
(219,140,190)
0 Favorites   0 Comments

Color spaces of #db8cbe

RGB 219140190
HSL0.890.520.70
HSV322°36°86°
CMYK 0.000.360.13   0.14
XYZ47.885837.533953.4361
Yxy37.53390.34490.2703
Hunter Lab61.264932.3053-8.8281
CIE-Lab67.675737.1852-13.4884

#db8cbe color RGB value is (219,140,190).

#db8cbe hex color red value is 219, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #db8cbe hue: 0.89 , saturation: 0.52 and the lightness value of db8cbe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001100 10111110
Octal 333 214 276
Decimal 219 140 190
Hex DB 8C BE

RGB Percentages of Color #db8cbe

%39.89
%25.50
%34.61

CMYK Percentages of Color #db8cbe

%0
%36
%13
%14

Triadic Colors of #db8cbe

#db8cbe #bedb8c #8cbedb

Analogous Colors of #db8cbe

#db8cbe #db8c97 #d18cdb

Monochromatic Colors of #db8cbe

#db8cbe

Complementary Color

#db8cbe #8cdba9

#db8cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8cbe Color CSS Codes

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

#db8cbe Text Font Color

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

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


#db8cbe Background Color

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

This div background color is #db8cbe


#db8cbe Border Color

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

This div border color is #db8cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8cbe


Comments

No comments written yet.

Please login to write comment.