Color Hex Logo

#db66df Color Hex

#DB66DF
(219,102,223)
0 Favorites   0 Comments

Color spaces of #db66df

RGB 219102223
HSL0.830.650.64
HSV298°54°87°
CMYK 0.020.540.00   0.13
XYZ47.284129.890573.0893
Yxy29.89050.31470.1989
Hunter Lab54.672258.7021-40.9921
CIE-Lab61.559661.8740-41.3933

#db66df color RGB value is (219,102,223).

#db66df hex color red value is 219, green value is 102 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #db66df hue: 0.83 , saturation: 0.65 and the lightness value of db66df is 0.64.

The process color (four color CMYK) of #db66df color hex is 0.02, 0.54, 0.00, 0.13. Web safe color of #db66df is #cc66cc. Color #db66df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100110 11011111
Octal 333 146 337
Decimal 219 102 223
Hex DB 66 DF

RGB Percentages of Color #db66df

%40.26
%18.75
%40.99

CMYK Percentages of Color #db66df

%2
%54
%0
%13

Triadic Colors of #db66df

#db66df #dfdb66 #66dfdb

Analogous Colors of #db66df

#db66df #df66a7 #9f66df

Monochromatic Colors of #db66df

#db66df

Complementary Color

#db66df #6adf66

#db66df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db66df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db66df Color CSS Codes

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

#db66df Text Font Color

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

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


#db66df Background Color

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

This div background color is #db66df


#db66df Border Color

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

This div border color is #db66df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db66df


Comments

No comments written yet.

Please login to write comment.