Color Hex Logo

#db003e Color Hex

#DB003E
(219,0,62)
0 Favorites   0 Comments

Color spaces of #db003e

RGB 219062
HSL0.951.000.43
HSV343°100°86°
CMYK 0.001.000.72   0.14
XYZ30.082915.40795.9459
Yxy15.40790.58490.2996
Hunter Lab39.252968.107518.4960
CIE-Lab46.187972.694531.3425

#db003e color RGB value is (219,0,62).

#db003e hex color red value is 219, green value is 0 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #db003e hue: 0.95 , saturation: 1.00 and the lightness value of db003e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000000 00111110
Octal 333 0 76
Decimal 219 0 62
Hex DB 0 3E

RGB Percentages of Color #db003e

%77.94
%0.00
%22.06

CMYK Percentages of Color #db003e

%0
%100
%72
%14

Triadic Colors of #db003e

#db003e #3edb00 #003edb

Analogous Colors of #db003e

#db003e #db3000 #db00ac

Monochromatic Colors of #db003e

#db003e

Complementary Color

#db003e #00db9d

#db003e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db003e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db003e Color CSS Codes

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

#db003e Text Font Color

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

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


#db003e Background Color

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

This div background color is #db003e


#db003e Border Color

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

This div border color is #db003e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db003e


Comments

No comments written yet.

Please login to write comment.