Color Hex Logo

#db80ba Color Hex

#DB80BA
(219,128,186)
0 Favorites   0 Comments

Color spaces of #db80ba

RGB 219128186
HSL0.890.560.68
HSV322°42°86°
CMYK 0.000.420.15   0.14
XYZ45.795534.043650.6118
Yxy34.04360.35110.2610
Hunter Lab58.346937.9946-10.5871
CIE-Lab64.997242.8551-15.2768

#db80ba color RGB value is (219,128,186).

#db80ba hex color red value is 219, green value is 128 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #db80ba hue: 0.89 , saturation: 0.56 and the lightness value of db80ba is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000000 10111010
Octal 333 200 272
Decimal 219 128 186
Hex DB 80 BA

RGB Percentages of Color #db80ba

%41.09
%24.02
%34.90

CMYK Percentages of Color #db80ba

%0
%42
%15
%14

Triadic Colors of #db80ba

#db80ba #badb80 #80badb

Analogous Colors of #db80ba

#db80ba #db808d #cf80db

Monochromatic Colors of #db80ba

#db80ba

Complementary Color

#db80ba #80dba1

#db80ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db80ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db80ba Color CSS Codes

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

#db80ba Text Font Color

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

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


#db80ba Background Color

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

This div background color is #db80ba


#db80ba Border Color

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

This div border color is #db80ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db80ba


Comments

No comments written yet.

Please login to write comment.