Color Hex Logo

#db79df Color Hex

#DB79DF
(219,121,223)
0 Favorites   0 Comments

Color spaces of #db79df

RGB 219121223
HSL0.830.610.67
HSV298°46°87°
CMYK 0.020.460.00   0.13
XYZ49.370134.062573.7847
Yxy34.06250.31400.2167
Hunter Lab58.363148.8601-34.1024
CIE-Lab65.012252.7349-35.9943

#db79df color RGB value is (219,121,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111001 11011111
Octal 333 171 337
Decimal 219 121 223
Hex DB 79 DF

RGB Percentages of Color #db79df

%38.90
%21.49
%39.61

CMYK Percentages of Color #db79df

%2
%46
%0
%13

Triadic Colors of #db79df

#db79df #dfdb79 #79dfdb

Analogous Colors of #db79df

#db79df #df79b0 #a879df

Monochromatic Colors of #db79df

#db79df

Complementary Color

#db79df #7ddf79

#db79df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db79df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db79df Color CSS Codes

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

#db79df Text Font Color

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

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


#db79df Background Color

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

This div background color is #db79df


#db79df Border Color

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

This div border color is #db79df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db79df


Comments

No comments written yet.

Please login to write comment.