Color Hex Logo

#db103e Color Hex

#DB103E
(219,16,62)
0 Favorites   0 Comments

Color spaces of #db103e

RGB 2191662
HSL0.960.860.46
HSV346°93°86°
CMYK 0.000.930.72   0.14
XYZ30.268215.77856.0077
Yxy15.77850.58150.3031
Hunter Lab39.722266.502818.8383
CIE-Lab46.682571.260631.9334

#db103e color RGB value is (219,16,62).

#db103e hex color red value is 219, green value is 16 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #db103e hue: 0.96 , saturation: 0.86 and the lightness value of db103e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010000 00111110
Octal 333 20 76
Decimal 219 16 62
Hex DB 10 3E

RGB Percentages of Color #db103e

%73.74
%5.39
%20.88

CMYK Percentages of Color #db103e

%0
%93
%72
%14

Triadic Colors of #db103e

#db103e #3edb10 #103edb

Analogous Colors of #db103e

#db103e #db4810 #db10a4

Monochromatic Colors of #db103e

#db103e

Complementary Color

#db103e #10dbad

#db103e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db103e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db103e Color CSS Codes

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

#db103e Text Font Color

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

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


#db103e Background Color

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

This div background color is #db103e


#db103e Border Color

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

This div border color is #db103e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,16,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 #db103e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db103e


Comments

No comments written yet.

Please login to write comment.