Color Hex Logo

#db85df Color Hex

#DB85DF
(219,133,223)
0 Favorites   0 Comments

Color spaces of #db85df

RGB 219133223
HSL0.830.580.70
HSV297°40°87°
CMYK 0.020.400.00   0.13
XYZ50.920237.162874.3014
Yxy37.16280.31360.2289
Hunter Lab60.961342.4165-29.5915
CIE-Lab67.399046.6100-32.2882

#db85df color RGB value is (219,133,223).

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

The process color (four color CMYK) of #db85df color hex is 0.02, 0.40, 0.00, 0.13. Web safe color of #db85df is #cc99cc. Color #db85df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000101 11011111
Octal 333 205 337
Decimal 219 133 223
Hex DB 85 DF

RGB Percentages of Color #db85df

%38.09
%23.13
%38.78

CMYK Percentages of Color #db85df

%2
%40
%0
%13

Triadic Colors of #db85df

#db85df #dfdb85 #85dfdb

Analogous Colors of #db85df

#db85df #df85b6 #ae85df

Monochromatic Colors of #db85df

#db85df

Complementary Color

#db85df #89df85

#db85df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db85df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db85df Color CSS Codes

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

#db85df Text Font Color

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

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


#db85df Background Color

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

This div background color is #db85df


#db85df Border Color

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

This div border color is #db85df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db85df


Comments

No comments written yet.

Please login to write comment.