Color Hex Logo

#db0e9e Color Hex

#DB0E9E
(219,14,158)
0 Favorites   0 Comments

Color spaces of #db0e9e

RGB 21914158
HSL0.880.880.46
HSV318°94°86°
CMYK 0.000.940.28   0.14
XYZ35.542017.842833.9185
Yxy17.84280.40710.2044
Hunter Lab42.240776.2713-18.0402
CIE-Lab49.304978.7362-22.9833

#db0e9e color RGB value is (219,14,158).

#db0e9e hex color red value is 219, green value is 14 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #db0e9e hue: 0.88 , saturation: 0.88 and the lightness value of db0e9e is 0.46.

The process color (four color CMYK) of #db0e9e color hex is 0.00, 0.94, 0.28, 0.14. Web safe color of #db0e9e is #cc0099. Color #db0e9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001110 10011110
Octal 333 16 236
Decimal 219 14 158
Hex DB E 9E

RGB Percentages of Color #db0e9e

%56.01
%3.58
%40.41

CMYK Percentages of Color #db0e9e

%0
%94
%28
%14

Triadic Colors of #db0e9e

#db0e9e #9edb0e #0e9edb

Analogous Colors of #db0e9e

#db0e9e #db0e38 #b20edb

Monochromatic Colors of #db0e9e

#db0e9e

Complementary Color

#db0e9e #0edb4b

#db0e9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0e9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0e9e Color CSS Codes

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

#db0e9e Text Font Color

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

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


#db0e9e Background Color

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

This div background color is #db0e9e


#db0e9e Border Color

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

This div border color is #db0e9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0e9e


Comments

No comments written yet.

Please login to write comment.