Color Hex Logo

#db6dbe Color Hex

#DB6DBE
(219,109,190)
0 Favorites   0 Comments

Color spaces of #db6dbe

RGB 219109190
HSL0.880.600.64
HSV316°50°86°
CMYK 0.000.500.13   0.14
XYZ43.976329.715152.1330
Yxy29.71510.34950.2362
Hunter Lab54.511648.6067-18.5448
CIE-Lab61.407653.0666-23.0025

#db6dbe color RGB value is (219,109,190).

#db6dbe hex color red value is 219, green value is 109 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #db6dbe hue: 0.88 , saturation: 0.60 and the lightness value of db6dbe is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101101 10111110
Octal 333 155 276
Decimal 219 109 190
Hex DB 6D BE

RGB Percentages of Color #db6dbe

%42.28
%21.04
%36.68

CMYK Percentages of Color #db6dbe

%0
%50
%13
%14

Triadic Colors of #db6dbe

#db6dbe #bedb6d #6dbedb

Analogous Colors of #db6dbe

#db6dbe #db6d87 #c16ddb

Monochromatic Colors of #db6dbe

#db6dbe

Complementary Color

#db6dbe #6ddb8a

#db6dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6dbe Color CSS Codes

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

#db6dbe Text Font Color

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

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


#db6dbe Background Color

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

This div background color is #db6dbe


#db6dbe Border Color

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

This div border color is #db6dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6dbe


Comments

No comments written yet.

Please login to write comment.