Color Hex Logo

#db8fdb Color Hex

#DB8FDB
(219,143,219)
0 Favorites   0 Comments

Color spaces of #db8fdb

RGB 219143219
HSL0.830.510.71
HSV300°35°86°
CMYK 0.000.350.00   0.14
XYZ51.822139.819571.9724
Yxy39.81950.31670.2434
Hunter Lab63.102736.1606-23.4519
CIE-Lab69.340840.6237-27.0810

#db8fdb color RGB value is (219,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001111 11011011
Octal 333 217 333
Decimal 219 143 219
Hex DB 8F DB

RGB Percentages of Color #db8fdb

%37.69
%24.61
%37.69

CMYK Percentages of Color #db8fdb

%0
%35
%0
%14

Triadic Colors of #db8fdb

#db8fdb #dbdb8f #8fdbdb

Analogous Colors of #db8fdb

#db8fdb #db8fb5 #b58fdb

Monochromatic Colors of #db8fdb

#db8fdb

Complementary Color

#db8fdb #8fdb8f

#db8fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db8fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db8fdb Color CSS Codes

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

#db8fdb Text Font Color

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

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


#db8fdb Background Color

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

This div background color is #db8fdb


#db8fdb Border Color

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

This div border color is #db8fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db8fdb


Comments

No comments written yet.

Please login to write comment.