Color Hex Logo

#db79dc Color Hex

#DB79DC
(219,121,220)
0 Favorites   0 Comments

Color spaces of #db79dc

RGB 219121220
HSL0.830.590.67
HSV299°45°86°
CMYK 0.000.450.00   0.14
XYZ48.969133.902171.6730
Yxy33.90210.31690.2194
Hunter Lab58.225548.2283-32.2255
CIE-Lab64.884852.1927-34.5218

#db79dc color RGB value is (219,121,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111001 11011100
Octal 333 171 334
Decimal 219 121 220
Hex DB 79 DC

RGB Percentages of Color #db79dc

%39.11
%21.61
%39.29

CMYK Percentages of Color #db79dc

%0
%45
%0
%14

Triadic Colors of #db79dc

#db79dc #dcdb79 #79dcdb

Analogous Colors of #db79dc

#db79dc #dc79ac #aa79dc

Monochromatic Colors of #db79dc

#db79dc

Complementary Color

#db79dc #7adc79

#db79dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db79dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db79dc Color CSS Codes

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

#db79dc Text Font Color

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

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


#db79dc Background Color

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

This div background color is #db79dc


#db79dc Border Color

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

This div border color is #db79dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db79dc


Comments

No comments written yet.

Please login to write comment.