Color Hex Logo

#db194d Color Hex

#DB194D
(219,25,77)
0 Favorites   0 Comments

Color spaces of #db194d

RGB 2192577
HSL0.960.800.48
HSV344°89°86°
CMYK 0.000.890.65   0.14
XYZ30.900616.29128.5370
Yxy16.29120.55450.2923
Hunter Lab40.362466.021815.7133
CIE-Lab47.354270.726923.6305

#db194d color RGB value is (219,25,77).

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

The process color (four color CMYK) of #db194d color hex is 0.00, 0.89, 0.65, 0.14. Web safe color of #db194d is #cc0066. Color #db194d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011001 01001101
Octal 333 31 115
Decimal 219 25 77
Hex DB 19 4D

RGB Percentages of Color #db194d

%68.22
%7.79
%23.99

CMYK Percentages of Color #db194d

%0
%89
%65
%14

Triadic Colors of #db194d

#db194d #4ddb19 #194ddb

Analogous Colors of #db194d

#db194d #db4619 #db19ae

Monochromatic Colors of #db194d

#db194d

Complementary Color

#db194d #19dba7

#db194d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db194d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db194d Color CSS Codes

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

#db194d Text Font Color

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

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


#db194d Background Color

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

This div background color is #db194d


#db194d Border Color

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

This div border color is #db194d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db194d


Comments

No comments written yet.

Please login to write comment.