Color Hex Logo

#db492f Color Hex

#DB492F
(219,73,47)
0 Favorites   0 Comments

Color spaces of #db492f

RGB 2197347
HSL0.030.700.52
HSV79°86°
CMYK 0.000.670.79   0.14
XYZ32.109120.03044.8632
Yxy20.03040.56330.3514
Hunter Lab44.755349.740524.8862
CIE-Lab51.871655.680546.0593

#db492f color RGB value is (219,73,47).

#db492f hex color red value is 219, green value is 73 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #db492f hue: 0.03 , saturation: 0.70 and the lightness value of db492f is 0.52.

The process color (four color CMYK) of #db492f color hex is 0.00, 0.67, 0.79, 0.14. Web safe color of #db492f is #cc3333. Color #db492f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001001 00101111
Octal 333 111 57
Decimal 219 73 47
Hex DB 49 2F

RGB Percentages of Color #db492f

%64.60
%21.53
%13.86

CMYK Percentages of Color #db492f

%0
%67
%79
%14

Triadic Colors of #db492f

#db492f #2fdb49 #492fdb

Analogous Colors of #db492f

#db492f #db9f2f #db2f6b

Monochromatic Colors of #db492f

#db492f

Complementary Color

#db492f #2fc1db

#db492f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db492f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db492f Color CSS Codes

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

#db492f Text Font Color

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

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


#db492f Background Color

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

This div background color is #db492f


#db492f Border Color

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

This div border color is #db492f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db492f


Comments

No comments written yet.

Please login to write comment.