Color Hex Logo

#db79de Color Hex

#DB79DE
(219,121,222)
0 Favorites   0 Comments

Color spaces of #db79de

RGB 219121222
HSL0.830.600.67
HSV298°45°87°
CMYK 0.010.450.00   0.13
XYZ49.235634.008773.0766
Yxy34.00870.31500.2176
Hunter Lab58.317048.6485-33.4740
CIE-Lab64.969552.5535-35.5041

#db79de color RGB value is (219,121,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111001 11011110
Octal 333 171 336
Decimal 219 121 222
Hex DB 79 DE

RGB Percentages of Color #db79de

%38.97
%21.53
%39.50

CMYK Percentages of Color #db79de

%1
%45
%0
%13

Triadic Colors of #db79de

#db79de #dedb79 #79dedb

Analogous Colors of #db79de

#db79de #de79af #a979de

Monochromatic Colors of #db79de

#db79de

Complementary Color

#db79de #7cde79

#db79de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db79de Color Preview on White Background

Lorem ipsum dolor sit amet.

#db79de Color CSS Codes

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

#db79de Text Font Color

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

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


#db79de Background Color

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

This div background color is #db79de


#db79de Border Color

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

This div border color is #db79de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db79de


Comments

No comments written yet.

Please login to write comment.