Color Hex Logo

#db0dde Color Hex

#DB0DDE
(219,13,222)
0 Favorites   0 Comments

Color spaces of #db0dde

RGB 21913222
HSL0.830.890.46
HSV299°94°87°
CMYK 0.010.940.00   0.13
XYZ42.542220.621870.8454
Yxy20.62180.31750.1539
Hunter Lab45.411287.7529-60.7096
CIE-Lab52.533187.0687-55.1456

#db0dde color RGB value is (219,13,222).

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

The process color (four color CMYK) of #db0dde color hex is 0.01, 0.94, 0.00, 0.13. Web safe color of #db0dde is #cc00cc. Color #db0dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001101 11011110
Octal 333 15 336
Decimal 219 13 222
Hex DB D DE

RGB Percentages of Color #db0dde

%48.24
%2.86
%48.90

CMYK Percentages of Color #db0dde

%1
%94
%0
%13

Triadic Colors of #db0dde

#db0dde #dedb0d #0ddedb

Analogous Colors of #db0dde

#db0dde #de0d79 #730dde

Monochromatic Colors of #db0dde

#db0dde

Complementary Color

#db0dde #10de0d

#db0dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0dde Color CSS Codes

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

#db0dde Text Font Color

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

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


#db0dde Background Color

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

This div background color is #db0dde


#db0dde Border Color

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

This div border color is #db0dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0dde


Comments

No comments written yet.

Please login to write comment.