Color Hex Logo

#db313a Color Hex

#DB313A
(219,49,58)
0 Favorites   0 Comments

Color spaces of #db313a

RGB 2194958
HSL0.990.700.53
HSV357°78°86°
CMYK 0.000.780.74   0.14
XYZ31.075517.56225.7550
Yxy17.56220.57130.3229
Hunter Lab41.907359.025321.1930
CIE-Lab48.960764.449836.9442

#db313a color RGB value is (219,49,58).

#db313a hex color red value is 219, green value is 49 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #db313a hue: 0.99 , saturation: 0.70 and the lightness value of db313a is 0.53.

The process color (four color CMYK) of #db313a color hex is 0.00, 0.78, 0.74, 0.14. Web safe color of #db313a is #cc3333. Color #db313a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110001 00111010
Octal 333 61 72
Decimal 219 49 58
Hex DB 31 3A

RGB Percentages of Color #db313a

%67.18
%15.03
%17.79

CMYK Percentages of Color #db313a

%0
%78
%74
%14

Triadic Colors of #db313a

#db313a #3adb31 #313adb

Analogous Colors of #db313a

#db313a #db7d31 #db318f

Monochromatic Colors of #db313a

#db313a

Complementary Color

#db313a #31dbd2

#db313a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db313a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db313a Color CSS Codes

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

#db313a Text Font Color

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

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


#db313a Background Color

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

This div background color is #db313a


#db313a Border Color

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

This div border color is #db313a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,49,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 #db313a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db313a


Comments

No comments written yet.

Please login to write comment.