Color Hex Logo

#db012a Color Hex

#DB012A
(219,1,42)
0 Favorites   0 Comments

Color spaces of #db012a

RGB 219142
HSL0.970.990.43
HSV349°100°86°
CMYK 0.001.000.81   0.14
XYZ29.642215.24893.5715
Yxy15.24890.61170.3147
Hunter Lab39.049867.159721.9122
CIE-Lab45.973271.947642.8288

#db012a color RGB value is (219,1,42).

#db012a hex color red value is 219, green value is 1 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #db012a hue: 0.97 , saturation: 0.99 and the lightness value of db012a is 0.43.

The process color (four color CMYK) of #db012a color hex is 0.00, 1.00, 0.81, 0.14. Web safe color of #db012a is #cc0033. Color #db012a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000001 00101010
Octal 333 1 52
Decimal 219 1 42
Hex DB 1 2A

RGB Percentages of Color #db012a

%83.59
%0.38
%16.03

CMYK Percentages of Color #db012a

%0
%100
%81
%14

Triadic Colors of #db012a

#db012a #2adb01 #012adb

Analogous Colors of #db012a

#db012a #db4501 #db0197

Monochromatic Colors of #db012a

#db012a

Complementary Color

#db012a #01dbb2

#db012a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db012a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db012a Color CSS Codes

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

#db012a Text Font Color

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

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


#db012a Background Color

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

This div background color is #db012a


#db012a Border Color

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

This div border color is #db012a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db012a


Comments

No comments written yet.

Please login to write comment.