Color Hex Logo

#db76ba Color Hex

#DB76BA
(219,118,186)
0 Favorites   0 Comments

Color spaces of #db76ba

RGB 219118186
HSL0.890.580.66
HSV320°46°86°
CMYK 0.000.460.15   0.14
XYZ44.554831.562150.1982
Yxy31.56210.35270.2499
Hunter Lab56.180243.2477-13.6508
CIE-Lab62.979347.9805-18.3327

#db76ba color RGB value is (219,118,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110110 10111010
Octal 333 166 272
Decimal 219 118 186
Hex DB 76 BA

RGB Percentages of Color #db76ba

%41.87
%22.56
%35.56

CMYK Percentages of Color #db76ba

%0
%46
%15
%14

Triadic Colors of #db76ba

#db76ba #badb76 #76badb

Analogous Colors of #db76ba

#db76ba #db7688 #ca76db

Monochromatic Colors of #db76ba

#db76ba

Complementary Color

#db76ba #76db97

#db76ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db76ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db76ba Color CSS Codes

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

#db76ba Text Font Color

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

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


#db76ba Background Color

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

This div background color is #db76ba


#db76ba Border Color

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

This div border color is #db76ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db76ba


Comments

No comments written yet.

Please login to write comment.