Color Hex Logo

#db68df Color Hex

#DB68DF
(219,104,223)
0 Favorites   0 Comments

Color spaces of #db68df

RGB 219104223
HSL0.830.650.64
HSV298°53°87°
CMYK 0.020.530.00   0.13
XYZ47.483030.288473.1557
Yxy30.28840.31460.2007
Hunter Lab55.034957.6951-40.2874
CIE-Lab61.902360.9519-40.8556

#db68df color RGB value is (219,104,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101000 11011111
Octal 333 150 337
Decimal 219 104 223
Hex DB 68 DF

RGB Percentages of Color #db68df

%40.11
%19.05
%40.84

CMYK Percentages of Color #db68df

%2
%53
%0
%13

Triadic Colors of #db68df

#db68df #dfdb68 #68dfdb

Analogous Colors of #db68df

#db68df #df68a8 #a068df

Monochromatic Colors of #db68df

#db68df

Complementary Color

#db68df #6cdf68

#db68df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db68df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db68df Color CSS Codes

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

#db68df Text Font Color

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

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


#db68df Background Color

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

This div background color is #db68df


#db68df Border Color

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

This div border color is #db68df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db68df


Comments

No comments written yet.

Please login to write comment.