Color Hex Logo

#db6ede Color Hex

#DB6EDE
(219,110,222)
0 Favorites   0 Comments

Color spaces of #db6ede

RGB 219110222
HSL0.830.630.65
HSV298°50°87°
CMYK 0.010.500.00   0.13
XYZ47.974231.485972.6561
Yxy31.48590.31540.2070
Hunter Lab56.112354.4152-37.4921
CIE-Lab62.915757.9470-38.7086

#db6ede color RGB value is (219,110,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101110 11011110
Octal 333 156 336
Decimal 219 110 222
Hex DB 6E DE

RGB Percentages of Color #db6ede

%39.75
%19.96
%40.29

CMYK Percentages of Color #db6ede

%1
%50
%0
%13

Triadic Colors of #db6ede

#db6ede #dedb6e #6ededb

Analogous Colors of #db6ede

#db6ede #de6ea9 #a36ede

Monochromatic Colors of #db6ede

#db6ede

Complementary Color

#db6ede #71de6e

#db6ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6ede Color CSS Codes

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

#db6ede Text Font Color

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

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


#db6ede Background Color

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

This div background color is #db6ede


#db6ede Border Color

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

This div border color is #db6ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6ede


Comments

No comments written yet.

Please login to write comment.