Color Hex Logo

#db6fdc Color Hex

#DB6FDC
(219,111,220)
0 Favorites   0 Comments

Color spaces of #db6fdc

RGB 219111220
HSL0.830.610.65
HSV299°50°86°
CMYK 0.000.500.00   0.14
XYZ47.816131.596371.2886
Yxy31.59630.31730.2097
Hunter Lab56.210653.4743-35.8466
CIE-Lab63.007857.1121-37.4464

#db6fdc color RGB value is (219,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101111 11011100
Octal 333 157 334
Decimal 219 111 220
Hex DB 6F DC

RGB Percentages of Color #db6fdc

%39.82
%20.18
%40.00

CMYK Percentages of Color #db6fdc

%0
%50
%0
%14

Triadic Colors of #db6fdc

#db6fdc #dcdb6f #6fdcdb

Analogous Colors of #db6fdc

#db6fdc #dc6fa7 #a56fdc

Monochromatic Colors of #db6fdc

#db6fdc

Complementary Color

#db6fdc #70dc6f

#db6fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6fdc Color CSS Codes

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

#db6fdc Text Font Color

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

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


#db6fdc Background Color

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

This div background color is #db6fdc


#db6fdc Border Color

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

This div border color is #db6fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6fdc


Comments

No comments written yet.

Please login to write comment.