Color Hex Logo

#db81bc Color Hex

#DB81BC
(219,129,188)
0 Favorites   0 Comments

Color spaces of #db81bc

RGB 219129188
HSL0.890.560.68
HSV321°41°86°
CMYK 0.000.410.14   0.14
XYZ46.140834.391451.7833
Yxy34.39140.34870.2599
Hunter Lab58.644237.8151-11.3026
CIE-Lab65.272142.6529-15.9890

#db81bc color RGB value is (219,129,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 10111100
Octal 333 201 274
Decimal 219 129 188
Hex DB 81 BC

RGB Percentages of Color #db81bc

%40.86
%24.07
%35.07

CMYK Percentages of Color #db81bc

%0
%41
%14
%14

Triadic Colors of #db81bc

#db81bc #bcdb81 #81bcdb

Analogous Colors of #db81bc

#db81bc #db818f #cd81db

Monochromatic Colors of #db81bc

#db81bc

Complementary Color

#db81bc #81dba0

#db81bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db81bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db81bc Color CSS Codes

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

#db81bc Text Font Color

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

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


#db81bc Background Color

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

This div background color is #db81bc


#db81bc Border Color

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

This div border color is #db81bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db81bc


Comments

No comments written yet.

Please login to write comment.