Color Hex Logo

#db81bd Color Hex

#DB81BD
(219,129,189)
0 Favorites   0 Comments

Color spaces of #db81bd

RGB 219129189
HSL0.890.560.68
HSV320°41°86°
CMYK 0.000.410.14   0.14
XYZ46.249034.434752.3531
Yxy34.43470.34760.2588
Hunter Lab58.681137.9914-11.8196
CIE-Lab65.306242.8129-16.5008

#db81bd color RGB value is (219,129,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 10111101
Octal 333 201 275
Decimal 219 129 189
Hex DB 81 BD

RGB Percentages of Color #db81bd

%40.78
%24.02
%35.20

CMYK Percentages of Color #db81bd

%0
%41
%14
%14

Triadic Colors of #db81bd

#db81bd #bddb81 #81bddb

Analogous Colors of #db81bd

#db81bd #db8190 #cc81db

Monochromatic Colors of #db81bd

#db81bd

Complementary Color

#db81bd #81db9f

#db81bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db81bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db81bd Color CSS Codes

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

#db81bd Text Font Color

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

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


#db81bd Background Color

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

This div background color is #db81bd


#db81bd Border Color

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

This div border color is #db81bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db81bd


Comments

No comments written yet.

Please login to write comment.