Color Hex Logo

#db79dd Color Hex

#DB79DD
(219,121,221)
0 Favorites   0 Comments

Color spaces of #db79dd

RGB 219121221
HSL0.830.600.67
HSV299°45°87°
CMYK 0.010.450.00   0.13
XYZ49.101933.955372.3727
Yxy33.95530.31590.2185
Hunter Lab58.271248.4375-32.8483
CIE-Lab64.927152.3724-35.0132

#db79dd color RGB value is (219,121,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111001 11011101
Octal 333 171 335
Decimal 219 121 221
Hex DB 79 DD

RGB Percentages of Color #db79dd

%39.04
%21.57
%39.39

CMYK Percentages of Color #db79dd

%1
%45
%0
%13

Triadic Colors of #db79dd

#db79dd #dddb79 #79dddb

Analogous Colors of #db79dd

#db79dd #dd79ad #a979dd

Monochromatic Colors of #db79dd

#db79dd

Complementary Color

#db79dd #7bdd79

#db79dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db79dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db79dd Color CSS Codes

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

#db79dd Text Font Color

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

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


#db79dd Background Color

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

This div background color is #db79dd


#db79dd Border Color

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

This div border color is #db79dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db79dd


Comments

No comments written yet.

Please login to write comment.