Color Hex Logo

#db1665 Color Hex

#DB1665
(219,22,101)
0 Favorites   0 Comments

Color spaces of #db1665

RGB 21922101
HSL0.930.820.47
HSV336°90°86°
CMYK 0.000.900.54   0.14
XYZ31.849316.573513.8323
Yxy16.57350.51160.2662
Hunter Lab40.710668.40338.3523
CIE-Lab47.718172.64169.3182

#db1665 color RGB value is (219,22,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010110 01100101
Octal 333 26 145
Decimal 219 22 101
Hex DB 16 65

RGB Percentages of Color #db1665

%64.04
%6.43
%29.53

CMYK Percentages of Color #db1665

%0
%90
%54
%14

Triadic Colors of #db1665

#db1665 #65db16 #1665db

Analogous Colors of #db1665

#db1665 #db2a16 #db16c8

Monochromatic Colors of #db1665

#db1665

Complementary Color

#db1665 #16db8c

#db1665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1665 Color CSS Codes

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

#db1665 Text Font Color

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

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


#db1665 Background Color

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

This div background color is #db1665


#db1665 Border Color

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

This div border color is #db1665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1665


Comments

No comments written yet.

Please login to write comment.