Color Hex Logo

#db6ddc Color Hex

#DB6DDC
(219,109,220)
0 Favorites   0 Comments

Color spaces of #db6ddc

RGB 219109220
HSL0.830.610.65
HSV299°50°86°
CMYK 0.000.500.00   0.14
XYZ47.600331.164771.2167
Yxy31.16470.31740.2078
Hunter Lab55.825454.5063-36.5588
CIE-Lab62.646458.0707-38.0111

#db6ddc color RGB value is (219,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101101 11011100
Octal 333 155 334
Decimal 219 109 220
Hex DB 6D DC

RGB Percentages of Color #db6ddc

%39.96
%19.89
%40.15

CMYK Percentages of Color #db6ddc

%0
%50
%0
%14

Triadic Colors of #db6ddc

#db6ddc #dcdb6d #6ddcdb

Analogous Colors of #db6ddc

#db6ddc #dc6da6 #a46ddc

Monochromatic Colors of #db6ddc

#db6ddc

Complementary Color

#db6ddc #6edc6d

#db6ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6ddc Color CSS Codes

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

#db6ddc Text Font Color

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

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


#db6ddc Background Color

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

This div background color is #db6ddc


#db6ddc Border Color

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

This div border color is #db6ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6ddc


Comments

No comments written yet.

Please login to write comment.