Color Hex Logo

#db6edb Color Hex

#DB6EDB
(219,110,219)
0 Favorites   0 Comments

Color spaces of #db6edb

RGB 219110219
HSL0.830.600.65
HSV300°50°86°
CMYK 0.000.500.00   0.14
XYZ47.575531.326470.5569
Yxy31.32640.31830.2096
Hunter Lab55.970053.7807-35.5632
CIE-Lab62.782257.4165-37.2391

#db6edb color RGB value is (219,110,219).

#db6edb hex color red value is 219, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #db6edb hue: 0.83 , saturation: 0.60 and the lightness value of db6edb is 0.65.

The process color (four color CMYK) of #db6edb color hex is 0.00, 0.50, 0.00, 0.14. Web safe color of #db6edb is #cc66cc. Color #db6edb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101110 11011011
Octal 333 156 333
Decimal 219 110 219
Hex DB 6E DB

RGB Percentages of Color #db6edb

%39.96
%20.07
%39.96

CMYK Percentages of Color #db6edb

%0
%50
%0
%14

Triadic Colors of #db6edb

#db6edb #dbdb6e #6edbdb

Analogous Colors of #db6edb

#db6edb #db6ea5 #a56edb

Monochromatic Colors of #db6edb

#db6edb

Complementary Color

#db6edb #6edb6e

#db6edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6edb Color CSS Codes

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

#db6edb Text Font Color

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

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


#db6edb Background Color

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

This div background color is #db6edb


#db6edb Border Color

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

This div border color is #db6edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6edb


Comments

No comments written yet.

Please login to write comment.