Color Hex Logo

#db483c Color Hex

#DB483C
(219,72,60)
0 Favorites   0 Comments

Color spaces of #db483c

RGB 2197260
HSL0.010.690.55
HSV73°86°
CMYK 0.000.670.73   0.14
XYZ32.346420.02106.4346
Yxy20.02100.55010.3405
Hunter Lab44.744850.735622.7951
CIE-Lab51.860956.582039.0993

#db483c color RGB value is (219,72,60).

#db483c hex color red value is 219, green value is 72 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #db483c hue: 0.01 , saturation: 0.69 and the lightness value of db483c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001000 00111100
Octal 333 110 74
Decimal 219 72 60
Hex DB 48 3C

RGB Percentages of Color #db483c

%62.39
%20.51
%17.09

CMYK Percentages of Color #db483c

%0
%67
%73
%14

Triadic Colors of #db483c

#db483c #3cdb48 #483cdb

Analogous Colors of #db483c

#db483c #db983c #db3c80

Monochromatic Colors of #db483c

#db483c

Complementary Color

#db483c #3ccfdb

#db483c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db483c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db483c Color CSS Codes

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

#db483c Text Font Color

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

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


#db483c Background Color

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

This div background color is #db483c


#db483c Border Color

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

This div border color is #db483c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db483c


Comments

No comments written yet.

Please login to write comment.