Color Hex Logo

#db081f Color Hex

#DB081F
(219,8,31)
0 Favorites   0 Comments

Color spaces of #db081f

RGB 219831
HSL0.980.930.45
HSV353°96°86°
CMYK 0.000.960.86   0.14
XYZ29.547615.33272.6985
Yxy15.33270.62100.3223
Hunter Lab39.157066.170223.3239
CIE-Lab46.086671.098148.7347

#db081f color RGB value is (219,8,31).

#db081f hex color red value is 219, green value is 8 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #db081f hue: 0.98 , saturation: 0.93 and the lightness value of db081f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001000 00011111
Octal 333 10 37
Decimal 219 8 31
Hex DB 8 1F

RGB Percentages of Color #db081f

%84.88
%3.10
%12.02

CMYK Percentages of Color #db081f

%0
%96
%86
%14

Triadic Colors of #db081f

#db081f #1fdb08 #081fdb

Analogous Colors of #db081f

#db081f #db5b08 #db0889

Monochromatic Colors of #db081f

#db081f

Complementary Color

#db081f #08dbc4

#db081f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db081f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db081f Color CSS Codes

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

#db081f Text Font Color

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

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


#db081f Background Color

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

This div background color is #db081f


#db081f Border Color

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

This div border color is #db081f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db081f


Comments

No comments written yet.

Please login to write comment.