Color Hex Logo

#db6cde Color Hex

#DB6CDE
(219,108,222)
0 Favorites   0 Comments

Color spaces of #db6cde

RGB 219108222
HSL0.830.630.65
HSV298°51°87°
CMYK 0.010.510.00   0.13
XYZ47.760831.059172.5850
Yxy31.05910.31550.2051
Hunter Lab55.730755.4445-38.2092
CIE-Lab62.557558.8998-39.2692

#db6cde color RGB value is (219,108,222).

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

The process color (four color CMYK) of #db6cde color hex is 0.01, 0.51, 0.00, 0.13. Web safe color of #db6cde is #cc66cc. Color #db6cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101100 11011110
Octal 333 154 336
Decimal 219 108 222
Hex DB 6C DE

RGB Percentages of Color #db6cde

%39.89
%19.67
%40.44

CMYK Percentages of Color #db6cde

%1
%51
%0
%13

Triadic Colors of #db6cde

#db6cde #dedb6c #6cdedb

Analogous Colors of #db6cde

#db6cde #de6ca8 #a26cde

Monochromatic Colors of #db6cde

#db6cde

Complementary Color

#db6cde #6fde6c

#db6cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6cde Color CSS Codes

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

#db6cde Text Font Color

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

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


#db6cde Background Color

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

This div background color is #db6cde


#db6cde Border Color

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

This div border color is #db6cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6cde


Comments

No comments written yet.

Please login to write comment.