Color Hex Logo

#db003d Color Hex

#DB003D
(219,0,61)
0 Favorites   0 Comments

Color spaces of #db003d

RGB 219061
HSL0.951.000.43
HSV343°100°86°
CMYK 0.001.000.72   0.14
XYZ30.055715.39705.8027
Yxy15.39700.58640.3004
Hunter Lab39.239068.056418.6994
CIE-Lab46.173272.655031.9313

#db003d color RGB value is (219,0,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000000 00111101
Octal 333 0 75
Decimal 219 0 61
Hex DB 0 3D

RGB Percentages of Color #db003d

%78.21
%0.00
%21.79

CMYK Percentages of Color #db003d

%0
%100
%72
%14

Triadic Colors of #db003d

#db003d #3ddb00 #003ddb

Analogous Colors of #db003d

#db003d #db3100 #db00ab

Monochromatic Colors of #db003d

#db003d

Complementary Color

#db003d #00db9e

#db003d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db003d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db003d Color CSS Codes

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

#db003d Text Font Color

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

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


#db003d Background Color

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

This div background color is #db003d


#db003d Border Color

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

This div border color is #db003d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db003d


Comments

No comments written yet.

Please login to write comment.