Color Hex Logo

#db82bc Color Hex

#DB82BC
(219,130,188)
0 Favorites   0 Comments

Color spaces of #db82bc

RGB 219130188
HSL0.890.550.68
HSV321°41°86°
CMYK 0.000.410.14   0.14
XYZ46.273134.656251.8274
Yxy34.65620.34860.2611
Hunter Lab58.869537.2844-10.9889
CIE-Lab65.480142.1314-15.6746

#db82bc color RGB value is (219,130,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000010 10111100
Octal 333 202 274
Decimal 219 130 188
Hex DB 82 BC

RGB Percentages of Color #db82bc

%40.78
%24.21
%35.01

CMYK Percentages of Color #db82bc

%0
%41
%14
%14

Triadic Colors of #db82bc

#db82bc #bcdb82 #82bcdb

Analogous Colors of #db82bc

#db82bc #db8290 #ce82db

Monochromatic Colors of #db82bc

#db82bc

Complementary Color

#db82bc #82dba1

#db82bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db82bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db82bc Color CSS Codes

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

#db82bc Text Font Color

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

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


#db82bc Background Color

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

This div background color is #db82bc


#db82bc Border Color

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

This div border color is #db82bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db82bc


Comments

No comments written yet.

Please login to write comment.