Color Hex Logo

#db89df Color Hex

#DB89DF
(219,137,223)
0 Favorites   0 Comments

Color spaces of #db89df

RGB 219137223
HSL0.830.570.71
HSV297°39°87°
CMYK 0.020.390.00   0.13
XYZ51.478438.279174.4874
Yxy38.27910.31340.2331
Hunter Lab61.870140.2464-28.0721
CIE-Lab68.225844.5246-31.0095

#db89df color RGB value is (219,137,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001001 11011111
Octal 333 211 337
Decimal 219 137 223
Hex DB 89 DF

RGB Percentages of Color #db89df

%37.82
%23.66
%38.51

CMYK Percentages of Color #db89df

%2
%39
%0
%13

Triadic Colors of #db89df

#db89df #dfdb89 #89dfdb

Analogous Colors of #db89df

#db89df #df89b8 #b089df

Monochromatic Colors of #db89df

#db89df

Complementary Color

#db89df #8ddf89

#db89df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db89df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db89df Color CSS Codes

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

#db89df Text Font Color

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

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


#db89df Background Color

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

This div background color is #db89df


#db89df Border Color

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

This div border color is #db89df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db89df


Comments

No comments written yet.

Please login to write comment.