Color Hex Logo

#db76df Color Hex

#DB76DF
(219,118,223)
0 Favorites   0 Comments

Color spaces of #db76df

RGB 219118223
HSL0.830.620.67
HSV298°47°87°
CMYK 0.020.470.00   0.13
XYZ49.011133.344673.6650
Yxy33.34460.31410.2137
Hunter Lab57.744850.4492-35.2149
CIE-Lab64.439054.2289-36.8875

#db76df color RGB value is (219,118,223).

#db76df hex color red value is 219, green value is 118 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #db76df hue: 0.83 , saturation: 0.62 and the lightness value of db76df is 0.67.

The process color (four color CMYK) of #db76df color hex is 0.02, 0.47, 0.00, 0.13. Web safe color of #db76df is #cc66cc. Color #db76df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110110 11011111
Octal 333 166 337
Decimal 219 118 223
Hex DB 76 DF

RGB Percentages of Color #db76df

%39.11
%21.07
%39.82

CMYK Percentages of Color #db76df

%2
%47
%0
%13

Triadic Colors of #db76df

#db76df #dfdb76 #76dfdb

Analogous Colors of #db76df

#db76df #df76af #a776df

Monochromatic Colors of #db76df

#db76df

Complementary Color

#db76df #7adf76

#db76df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db76df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db76df Color CSS Codes

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

#db76df Text Font Color

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

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


#db76df Background Color

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

This div background color is #db76df


#db76df Border Color

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

This div border color is #db76df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db76df


Comments

No comments written yet.

Please login to write comment.