Color Hex Logo

#db184a Color Hex

#DB184A
(219,24,74)
0 Favorites   0 Comments

Color spaces of #db184a

RGB 2192474
HSL0.960.800.48
HSV345°89°86°
CMYK 0.000.890.66   0.14
XYZ30.776116.20777.9849
Yxy16.20770.55990.2949
Hunter Lab40.258866.002616.4216
CIE-Lab47.245870.731925.3302

#db184a color RGB value is (219,24,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011000 01001010
Octal 333 30 112
Decimal 219 24 74
Hex DB 18 4A

RGB Percentages of Color #db184a

%69.09
%7.57
%23.34

CMYK Percentages of Color #db184a

%0
%89
%66
%14

Triadic Colors of #db184a

#db184a #4adb18 #184adb

Analogous Colors of #db184a

#db184a #db4818 #db18ac

Monochromatic Colors of #db184a

#db184a

Complementary Color

#db184a #18dba9

#db184a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db184a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db184a Color CSS Codes

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

#db184a Text Font Color

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

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


#db184a Background Color

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

This div background color is #db184a


#db184a Border Color

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

This div border color is #db184a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db184a


Comments

No comments written yet.

Please login to write comment.