Color Hex Logo

#db79db Color Hex

#DB79DB
(219,121,219)
0 Favorites   0 Comments

Color spaces of #db79db

RGB 219121219
HSL0.830.580.67
HSV300°45°86°
CMYK 0.000.450.00   0.14
XYZ48.837033.849370.9774
Yxy33.84930.31780.2203
Hunter Lab58.180248.0194-31.6053
CIE-Lab64.842852.0130-34.0296

#db79db color RGB value is (219,121,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111001 11011011
Octal 333 171 333
Decimal 219 121 219
Hex DB 79 DB

RGB Percentages of Color #db79db

%39.18
%21.65
%39.18

CMYK Percentages of Color #db79db

%0
%45
%0
%14

Triadic Colors of #db79db

#db79db #dbdb79 #79dbdb

Analogous Colors of #db79db

#db79db #db79aa #aa79db

Monochromatic Colors of #db79db

#db79db

Complementary Color

#db79db #79db79

#db79db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db79db Color Preview on White Background

Lorem ipsum dolor sit amet.

#db79db Color CSS Codes

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

#db79db Text Font Color

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

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


#db79db Background Color

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

This div background color is #db79db


#db79db Border Color

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

This div border color is #db79db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db79db


Comments

No comments written yet.

Please login to write comment.