Color Hex Logo

#db1ede Color Hex

#DB1EDE
(219,30,222)
0 Favorites   0 Comments

Color spaces of #db1ede

RGB 21930222
HSL0.830.760.49
HSV299°86°87°
CMYK 0.010.860.00   0.13
XYZ42.862521.262570.9522
Yxy21.26250.31730.1574
Hunter Lab46.111385.2290-58.9526
CIE-Lab53.235684.9980-54.0214

#db1ede color RGB value is (219,30,222).

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

The process color (four color CMYK) of #db1ede color hex is 0.01, 0.86, 0.00, 0.13. Web safe color of #db1ede is #cc33cc. Color #db1ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011110 11011110
Octal 333 36 336
Decimal 219 30 222
Hex DB 1E DE

RGB Percentages of Color #db1ede

%46.50
%6.37
%47.13

CMYK Percentages of Color #db1ede

%1
%86
%0
%13

Triadic Colors of #db1ede

#db1ede #dedb1e #1ededb

Analogous Colors of #db1ede

#db1ede #de1e81 #7b1ede

Monochromatic Colors of #db1ede

#db1ede

Complementary Color

#db1ede #21de1e

#db1ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1ede Color CSS Codes

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

#db1ede Text Font Color

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

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


#db1ede Background Color

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

This div background color is #db1ede


#db1ede Border Color

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

This div border color is #db1ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1ede


Comments

No comments written yet.

Please login to write comment.