Color Hex Logo

#db76dc Color Hex

#DB76DC
(219,118,220)
0 Favorites   0 Comments

Color spaces of #db76dc

RGB 219118220
HSL0.830.590.66
HSV299°46°86°
CMYK 0.000.460.00   0.14
XYZ48.610133.184271.5533
Yxy33.18420.31700.2164
Hunter Lab57.605749.8157-33.3214
CIE-Lab64.309853.6892-35.4163

#db76dc color RGB value is (219,118,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110110 11011100
Octal 333 166 334
Decimal 219 118 220
Hex DB 76 DC

RGB Percentages of Color #db76dc

%39.32
%21.18
%39.50

CMYK Percentages of Color #db76dc

%0
%46
%0
%14

Triadic Colors of #db76dc

#db76dc #dcdb76 #76dcdb

Analogous Colors of #db76dc

#db76dc #dc76aa #a876dc

Monochromatic Colors of #db76dc

#db76dc

Complementary Color

#db76dc #77dc76

#db76dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db76dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db76dc Color CSS Codes

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

#db76dc Text Font Color

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

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


#db76dc Background Color

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

This div background color is #db76dc


#db76dc Border Color

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

This div border color is #db76dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db76dc


Comments

No comments written yet.

Please login to write comment.