Color Hex Logo

#db0eea Color Hex

#DB0EEA
(219,14,234)
0 Favorites   0 Comments

Color spaces of #db0eea

RGB 21914234
HSL0.820.890.49
HSV296°94°92°
CMYK 0.060.940.00   0.08
XYZ44.221721.314779.6253
Yxy21.31470.30460.1468
Hunter Lab46.167890.1818-69.9395
CIE-Lab53.292288.7648-60.7191

#db0eea color RGB value is (219,14,234).

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

The process color (four color CMYK) of #db0eea color hex is 0.06, 0.94, 0.00, 0.08. Web safe color of #db0eea is #cc00ff. Color #db0eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001110 11101010
Octal 333 16 352
Decimal 219 14 234
Hex DB E EA

RGB Percentages of Color #db0eea

%46.90
%3.00
%50.11

CMYK Percentages of Color #db0eea

%6
%94
%0
%8

Triadic Colors of #db0eea

#db0eea #eadb0e #0eeadb

Analogous Colors of #db0eea

#db0eea #ea0e8b #6d0eea

Monochromatic Colors of #db0eea

#db0eea

Complementary Color

#db0eea #1dea0e

#db0eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0eea Color CSS Codes

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

#db0eea Text Font Color

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

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


#db0eea Background Color

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

This div background color is #db0eea


#db0eea Border Color

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

This div border color is #db0eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0eea


Comments

No comments written yet.

Please login to write comment.