Color Hex Logo

#db6346 Color Hex

#DB6346
(219,99,70)
0 Favorites   0 Comments

Color spaces of #db6346

RGB 2199970
HSL0.030.670.57
HSV12°68°86°
CMYK 0.000.550.68   0.14
XYZ34.780724.42598.6759
Yxy24.42590.51240.3598
Hunter Lab49.422639.128324.1877
CIE-Lab56.511745.081738.9575

#db6346 color RGB value is (219,99,70).

#db6346 hex color red value is 219, green value is 99 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #db6346 hue: 0.03 , saturation: 0.67 and the lightness value of db6346 is 0.57.

The process color (four color CMYK) of #db6346 color hex is 0.00, 0.55, 0.68, 0.14. Web safe color of #db6346 is #cc6633. Color #db6346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100011 01000110
Octal 333 143 106
Decimal 219 99 70
Hex DB 63 46

RGB Percentages of Color #db6346

%56.44
%25.52
%18.04

CMYK Percentages of Color #db6346

%0
%55
%68
%14

Triadic Colors of #db6346

#db6346 #46db63 #6346db

Analogous Colors of #db6346

#db6346 #dbae46 #db4674

Monochromatic Colors of #db6346

#db6346

Complementary Color

#db6346 #46bedb

#db6346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db6346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db6346 Color CSS Codes

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

#db6346 Text Font Color

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

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


#db6346 Background Color

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

This div background color is #db6346


#db6346 Border Color

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

This div border color is #db6346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db6346


Comments

No comments written yet.

Please login to write comment.