Color Hex Logo

#db165e Color Hex

#DB165E
(219,22,94)
0 Favorites   0 Comments

Color spaces of #db165e

RGB 2192294
HSL0.940.820.47
HSV338°90°86°
CMYK 0.000.900.57   0.14
XYZ31.520716.442012.1020
Yxy16.44200.52480.2737
Hunter Lab40.548767.797310.6887
CIE-Lab47.549172.171513.4072

#db165e color RGB value is (219,22,94).

#db165e hex color red value is 219, green value is 22 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #db165e hue: 0.94 , saturation: 0.82 and the lightness value of db165e is 0.47.

The process color (four color CMYK) of #db165e color hex is 0.00, 0.90, 0.57, 0.14. Web safe color of #db165e is #cc0066. Color #db165e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010110 01011110
Octal 333 26 136
Decimal 219 22 94
Hex DB 16 5E

RGB Percentages of Color #db165e

%65.37
%6.57
%28.06

CMYK Percentages of Color #db165e

%0
%90
%57
%14

Triadic Colors of #db165e

#db165e #5edb16 #165edb

Analogous Colors of #db165e

#db165e #db3116 #db16c1

Monochromatic Colors of #db165e

#db165e

Complementary Color

#db165e #16db93

#db165e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db165e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db165e Color CSS Codes

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

#db165e Text Font Color

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

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


#db165e Background Color

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

This div background color is #db165e


#db165e Border Color

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

This div border color is #db165e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db165e


Comments

No comments written yet.

Please login to write comment.