Color Hex Logo

#db0812 Color Hex

#DB0812
(219,8,18)
0 Favorites   0 Comments

Color spaces of #db0812

RGB 219818
HSL0.990.930.45
HSV357°96°86°
CMYK 0.000.960.92   0.14
XYZ29.409415.27741.9711
Yxy15.27740.63030.3274
Hunter Lab39.086365.906324.3705
CIE-Lab46.011870.891354.4024

#db0812 color RGB value is (219,8,18).

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

The process color (four color CMYK) of #db0812 color hex is 0.00, 0.96, 0.92, 0.14. Web safe color of #db0812 is #cc0000. Color #db0812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00001000 00010010
Octal 333 10 22
Decimal 219 8 18
Hex DB 8 12

RGB Percentages of Color #db0812

%89.39
%3.27
%7.35

CMYK Percentages of Color #db0812

%0
%96
%92
%14

Triadic Colors of #db0812

#db0812 #12db08 #0812db

Analogous Colors of #db0812

#db0812 #db6808 #db087c

Monochromatic Colors of #db0812

#db0812

Complementary Color

#db0812 #08dbd1

#db0812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db0812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db0812 Color CSS Codes

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

#db0812 Text Font Color

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

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


#db0812 Background Color

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

This div background color is #db0812


#db0812 Border Color

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

This div border color is #db0812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db0812


Comments

No comments written yet.

Please login to write comment.