Color Hex Logo

#db113a Color Hex

#DB113A
(219,17,58)
0 Favorites   0 Comments

Color spaces of #db113a

RGB 2191758
HSL0.970.860.46
HSV348°92°86°
CMYK 0.000.920.74   0.14
XYZ30.177615.76655.4557
Yxy15.76650.58710.3067
Hunter Lab39.707166.173719.6486
CIE-Lab46.666670.988134.3132

#db113a color RGB value is (219,17,58).

#db113a hex color red value is 219, green value is 17 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #db113a hue: 0.97 , saturation: 0.86 and the lightness value of db113a is 0.46.

The process color (four color CMYK) of #db113a color hex is 0.00, 0.92, 0.74, 0.14. Web safe color of #db113a is #cc0033. Color #db113a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010001 00111010
Octal 333 21 72
Decimal 219 17 58
Hex DB 11 3A

RGB Percentages of Color #db113a

%74.49
%5.78
%19.73

CMYK Percentages of Color #db113a

%0
%92
%74
%14

Triadic Colors of #db113a

#db113a #3adb11 #113adb

Analogous Colors of #db113a

#db113a #db4d11 #db119f

Monochromatic Colors of #db113a

#db113a

Complementary Color

#db113a #11dbb2

#db113a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db113a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db113a Color CSS Codes

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

#db113a Text Font Color

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

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


#db113a Background Color

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

This div background color is #db113a


#db113a Border Color

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

This div border color is #db113a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db113a

#db113a Color Palettes


Comments

No comments written yet.

Please login to write comment.