Color Hex Logo

#db87dd Color Hex

#DB87DD
(219,135,221)
0 Favorites   0 Comments

Color spaces of #db87dd

RGB 219135221
HSL0.830.560.70
HSV299°39°87°
CMYK 0.010.390.00   0.13
XYZ50.928537.608572.9815
Yxy37.60850.31530.2328
Hunter Lab61.325840.9167-27.6308
CIE-Lab67.731145.2006-30.6668

#db87dd color RGB value is (219,135,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000111 11011101
Octal 333 207 335
Decimal 219 135 221
Hex DB 87 DD

RGB Percentages of Color #db87dd

%38.09
%23.48
%38.43

CMYK Percentages of Color #db87dd

%1
%39
%0
%13

Triadic Colors of #db87dd

#db87dd #dddb87 #87dddb

Analogous Colors of #db87dd

#db87dd #dd87b4 #b087dd

Monochromatic Colors of #db87dd

#db87dd

Complementary Color

#db87dd #89dd87

#db87dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db87dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db87dd Color CSS Codes

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

#db87dd Text Font Color

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

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


#db87dd Background Color

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

This div background color is #db87dd


#db87dd Border Color

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

This div border color is #db87dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db87dd


Comments

No comments written yet.

Please login to write comment.