Color Hex Logo

#db061e Color Hex

#DB061E
(219,6,30)
0 Favorites   0 Comments

Color spaces of #db061e

RGB 219630
HSL0.980.950.44
HSV353°97°86°
CMYK 0.000.970.86   0.14
XYZ29.512915.28412.6229
Yxy15.28410.62240.3223
Hunter Lab39.094966.334423.3886
CIE-Lab46.020971.248549.1712

#db061e color RGB value is (219,6,30).

#db061e hex color red value is 219, green value is 6 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #db061e hue: 0.98 , saturation: 0.95 and the lightness value of db061e is 0.44.

The process color (four color CMYK) of #db061e color hex is 0.00, 0.97, 0.86, 0.14. Web safe color of #db061e is #cc0033. Color #db061e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000110 00011110
Octal 333 6 36
Decimal 219 6 30
Hex DB 6 1E

RGB Percentages of Color #db061e

%85.88
%2.35
%11.76

CMYK Percentages of Color #db061e

%0
%97
%86
%14

Triadic Colors of #db061e

#db061e #1edb06 #061edb

Analogous Colors of #db061e

#db061e #db5906 #db0689

Monochromatic Colors of #db061e

#db061e

Complementary Color

#db061e #06dbc3

#db061e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db061e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db061e Color CSS Codes

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

#db061e Text Font Color

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

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


#db061e Background Color

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

This div background color is #db061e


#db061e Border Color

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

This div border color is #db061e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db061e


Comments

No comments written yet.

Please login to write comment.