Color Hex Logo

#db195d Color Hex

#DB195D
(219,25,93)
0 Favorites   0 Comments

Color spaces of #db195d

RGB 2192593
HSL0.940.800.48
HSV339°89°86°
CMYK 0.000.890.58   0.14
XYZ31.536816.545611.8874
Yxy16.54560.52590.2759
Hunter Lab40.676367.209711.1463
CIE-Lab47.682371.656314.2086

#db195d color RGB value is (219,25,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011001 01011101
Octal 333 31 135
Decimal 219 25 93
Hex DB 19 5D

RGB Percentages of Color #db195d

%64.99
%7.42
%27.60

CMYK Percentages of Color #db195d

%0
%89
%58
%14

Triadic Colors of #db195d

#db195d #5ddb19 #195ddb

Analogous Colors of #db195d

#db195d #db3619 #db19be

Monochromatic Colors of #db195d

#db195d

Complementary Color

#db195d #19db97

#db195d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db195d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db195d Color CSS Codes

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

#db195d Text Font Color

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

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


#db195d Background Color

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

This div background color is #db195d


#db195d Border Color

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

This div border color is #db195d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db195d


Comments

No comments written yet.

Please login to write comment.