Color Hex Logo

#db89dd Color Hex

#DB89DD
(219,137,221)
0 Favorites   0 Comments

Color spaces of #db89dd

RGB 219137221
HSL0.830.550.70
HSV299°38°87°
CMYK 0.010.380.00   0.13
XYZ51.210238.171873.0754
Yxy38.17180.31520.2350
Hunter Lab61.783339.8320-26.8780
CIE-Lab68.147044.1551-30.0246

#db89dd color RGB value is (219,137,221).

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

The process color (four color CMYK) of #db89dd color hex is 0.01, 0.38, 0.00, 0.13. Web safe color of #db89dd is #cc99cc. Color #db89dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001001 11011101
Octal 333 211 335
Decimal 219 137 221
Hex DB 89 DD

RGB Percentages of Color #db89dd

%37.95
%23.74
%38.30

CMYK Percentages of Color #db89dd

%1
%38
%0
%13

Triadic Colors of #db89dd

#db89dd #dddb89 #89dddb

Analogous Colors of #db89dd

#db89dd #dd89b5 #b189dd

Monochromatic Colors of #db89dd

#db89dd

Complementary Color

#db89dd #8bdd89

#db89dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db89dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db89dd Color CSS Codes

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

#db89dd Text Font Color

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

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


#db89dd Background Color

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

This div background color is #db89dd


#db89dd Border Color

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

This div border color is #db89dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db89dd


Comments

No comments written yet.

Please login to write comment.