Color Hex Logo

#db85bf Color Hex

#DB85BF
(219,133,191)
0 Favorites   0 Comments

Color spaces of #db85bf

RGB 219133191
HSL0.890.540.69
HSV320°39°86°
CMYK 0.000.390.13   0.14
XYZ47.004935.596753.6836
Yxy35.59670.34490.2612
Hunter Lab59.663036.2193-11.5839
CIE-Lab66.210641.0453-16.2576

#db85bf color RGB value is (219,133,191).

#db85bf hex color red value is 219, green value is 133 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #db85bf hue: 0.89 , saturation: 0.54 and the lightness value of db85bf is 0.69.

The process color (four color CMYK) of #db85bf color hex is 0.00, 0.39, 0.13, 0.14. Web safe color of #db85bf is #cc99cc. Color #db85bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000101 10111111
Octal 333 205 277
Decimal 219 133 191
Hex DB 85 BF

RGB Percentages of Color #db85bf

%40.33
%24.49
%35.17

CMYK Percentages of Color #db85bf

%0
%39
%13
%14

Triadic Colors of #db85bf

#db85bf #bfdb85 #85bfdb

Analogous Colors of #db85bf

#db85bf #db8594 #cc85db

Monochromatic Colors of #db85bf

#db85bf

Complementary Color

#db85bf #85dba1

#db85bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db85bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#db85bf Color CSS Codes

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

#db85bf Text Font Color

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

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


#db85bf Background Color

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

This div background color is #db85bf


#db85bf Border Color

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

This div border color is #db85bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db85bf


Comments

No comments written yet.

Please login to write comment.