Color Hex Logo

#db0dee Color Hex

#DB0DEE
(219,13,238)
0 Favorites   0 Comments

Color spaces of #db0dee

RGB 21913238
HSL0.820.900.49
HSV295°95°93°
CMYK 0.080.950.00   0.07
XYZ44.790021.521082.6822
Yxy21.52100.30060.1444
Hunter Lab46.390791.1570-73.1991
CIE-Lab53.515089.4569-62.6119

#db0dee color RGB value is (219,13,238).

#db0dee hex color red value is 219, green value is 13 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #db0dee hue: 0.82 , saturation: 0.90 and the lightness value of db0dee is 0.49.

The process color (four color CMYK) of #db0dee color hex is 0.08, 0.95, 0.00, 0.07. Web safe color of #db0dee is #cc00ff. Color #db0dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001101 11101110
Octal 333 15 356
Decimal 219 13 238
Hex DB D EE

RGB Percentages of Color #db0dee

%46.60
%2.77
%50.64

CMYK Percentages of Color #db0dee

%8
%95
%0
%7

Triadic Colors of #db0dee

#db0dee #eedb0d #0deedb

Analogous Colors of #db0dee

#db0dee #ee0d91 #6b0dee

Monochromatic Colors of #db0dee

#db0dee

Complementary Color

#db0dee #20ee0d

#db0dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0dee Color CSS Codes

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

#db0dee Text Font Color

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

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


#db0dee Background Color

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

This div background color is #db0dee


#db0dee Border Color

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

This div border color is #db0dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0dee


Comments

No comments written yet.

Please login to write comment.