Color Hex Logo

#db183f Color Hex

#DB183F
(219,24,63)
0 Favorites   0 Comments

Color spaces of #db183f

RGB 2192463
HSL0.970.800.48
HSV348°89°86°
CMYK 0.000.890.71   0.14
XYZ30.437316.07226.2007
Yxy16.07220.57740.3049
Hunter Lab40.090165.363318.8928
CIE-Lab47.069170.229231.7930

#db183f color RGB value is (219,24,63).

#db183f hex color red value is 219, green value is 24 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #db183f hue: 0.97 , saturation: 0.80 and the lightness value of db183f is 0.48.

The process color (four color CMYK) of #db183f color hex is 0.00, 0.89, 0.71, 0.14. Web safe color of #db183f is #cc0033. Color #db183f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011000 00111111
Octal 333 30 77
Decimal 219 24 63
Hex DB 18 3F

RGB Percentages of Color #db183f

%71.57
%7.84
%20.59

CMYK Percentages of Color #db183f

%0
%89
%71
%14

Triadic Colors of #db183f

#db183f #3fdb18 #183fdb

Analogous Colors of #db183f

#db183f #db5318 #db18a1

Monochromatic Colors of #db183f

#db183f

Complementary Color

#db183f #18dbb4

#db183f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db183f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db183f Color CSS Codes

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

#db183f Text Font Color

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

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


#db183f Background Color

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

This div background color is #db183f


#db183f Border Color

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

This div border color is #db183f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db183f


Comments

No comments written yet.

Please login to write comment.