Color Hex Logo

#db165f Color Hex

#DB165F
(219,22,95)
0 Favorites   0 Comments

Color spaces of #db165f

RGB 2192295
HSL0.940.820.47
HSV338°90°86°
CMYK 0.000.900.57   0.14
XYZ31.565916.460112.3399
Yxy16.46010.52290.2727
Hunter Lab40.571067.880810.3664
CIE-Lab47.572472.236312.8213

#db165f color RGB value is (219,22,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010110 01011111
Octal 333 26 137
Decimal 219 22 95
Hex DB 16 5F

RGB Percentages of Color #db165f

%65.18
%6.55
%28.27

CMYK Percentages of Color #db165f

%0
%90
%57
%14

Triadic Colors of #db165f

#db165f #5fdb16 #165fdb

Analogous Colors of #db165f

#db165f #db3016 #db16c2

Monochromatic Colors of #db165f

#db165f

Complementary Color

#db165f #16db92

#db165f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db165f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db165f Color CSS Codes

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

#db165f Text Font Color

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

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


#db165f Background Color

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

This div background color is #db165f


#db165f Border Color

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

This div border color is #db165f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db165f


Comments

No comments written yet.

Please login to write comment.