Color Hex Logo

#db1377 Color Hex

#DB1377
(219,19,119)
0 Favorites   0 Comments

Color spaces of #db1377

RGB 21919119
HSL0.920.840.47
HSV330°91°86°
CMYK 0.000.910.46   0.14
XYZ32.776116.857718.9791
Yxy16.85770.47770.2457
Hunter Lab41.058170.64221.3339
CIE-Lab48.080274.4172-1.2379

#db1377 color RGB value is (219,19,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010011 01110111
Octal 333 23 167
Decimal 219 19 119
Hex DB 13 77

RGB Percentages of Color #db1377

%61.34
%5.32
%33.33

CMYK Percentages of Color #db1377

%0
%91
%46
%14

Triadic Colors of #db1377

#db1377 #77db13 #1377db

Analogous Colors of #db1377

#db1377 #db1313 #db13db

Monochromatic Colors of #db1377

#db1377

Complementary Color

#db1377 #13db77

#db1377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1377 Color CSS Codes

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

#db1377 Text Font Color

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

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


#db1377 Background Color

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

This div background color is #db1377


#db1377 Border Color

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

This div border color is #db1377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1377


Comments

No comments written yet.

Please login to write comment.