Color Hex Logo

#db1365 Color Hex

#DB1365
(219,19,101)
0 Favorites   0 Comments

Color spaces of #db1365

RGB 21919101
HSL0.930.840.47
HSV335°91°86°
CMYK 0.000.910.54   0.14
XYZ31.795316.465413.8143
Yxy16.46540.51220.2653
Hunter Lab40.577668.85628.2195
CIE-Lab47.579373.04379.1224

#db1365 color RGB value is (219,19,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010011 01100101
Octal 333 23 145
Decimal 219 19 101
Hex DB 13 65

RGB Percentages of Color #db1365

%64.60
%5.60
%29.79

CMYK Percentages of Color #db1365

%0
%91
%54
%14

Triadic Colors of #db1365

#db1365 #65db13 #1365db

Analogous Colors of #db1365

#db1365 #db2513 #db13c9

Monochromatic Colors of #db1365

#db1365

Complementary Color

#db1365 #13db89

#db1365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1365 Color CSS Codes

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

#db1365 Text Font Color

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

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


#db1365 Background Color

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

This div background color is #db1365


#db1365 Border Color

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

This div border color is #db1365


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,19,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 #db1365">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1365


Comments

No comments written yet.

Please login to write comment.