Color Hex Logo

#db76bc Color Hex

#DB76BC
(219,118,188)
0 Favorites   0 Comments

Color spaces of #db76bc

RGB 219118188
HSL0.880.580.66
HSV318°46°86°
CMYK 0.000.460.14   0.14
XYZ44.769031.647851.3260
Yxy31.64780.35050.2477
Hunter Lab56.256443.6022-14.7143
CIE-Lab63.050748.2941-19.3580

#db76bc color RGB value is (219,118,188).

#db76bc hex color red value is 219, green value is 118 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #db76bc hue: 0.88 , saturation: 0.58 and the lightness value of db76bc is 0.66.

The process color (four color CMYK) of #db76bc color hex is 0.00, 0.46, 0.14, 0.14. Web safe color of #db76bc is #cc66cc. Color #db76bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110110 10111100
Octal 333 166 274
Decimal 219 118 188
Hex DB 76 BC

RGB Percentages of Color #db76bc

%41.71
%22.48
%35.81

CMYK Percentages of Color #db76bc

%0
%46
%14
%14

Triadic Colors of #db76bc

#db76bc #bcdb76 #76bcdb

Analogous Colors of #db76bc

#db76bc #db768a #c876db

Monochromatic Colors of #db76bc

#db76bc

Complementary Color

#db76bc #76db95

#db76bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db76bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db76bc Color CSS Codes

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

#db76bc Text Font Color

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

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


#db76bc Background Color

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

This div background color is #db76bc


#db76bc Border Color

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

This div border color is #db76bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db76bc


Comments

No comments written yet.

Please login to write comment.