Color Hex Logo

#d00519 Color Hex

#D00519
(208,5,25)
0 Favorites   0 Comments

Color spaces of #d00519

RGB 208525
HSL0.980.950.42
HSV354°98°82°
CMYK 0.000.980.88   0.18
XYZ26.242213.58862.1595
Yxy13.58860.62500.3236
Hunter Lab36.862762.562622.3306
CIE-Lab43.637168.523448.6855

#d00519 color RGB value is (208,5,25).

#d00519 hex color red value is 208, green value is 5 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #d00519 hue: 0.98 , saturation: 0.95 and the lightness value of d00519 is 0.42.

The process color (four color CMYK) of #d00519 color hex is 0.00, 0.98, 0.88, 0.18. Web safe color of #d00519 is #cc0000. Color #d00519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000101 00011001
Octal 320 5 31
Decimal 208 5 25
Hex D0 5 19

RGB Percentages of Color #d00519

%87.39
%2.10
%10.50

CMYK Percentages of Color #d00519

%0
%98
%88
%18

Triadic Colors of #d00519

#d00519 #19d005 #0519d0

Analogous Colors of #d00519

#d00519 #d05705 #d0057f

Monochromatic Colors of #d00519

#d00519

Complementary Color

#d00519 #05d0bc

#d00519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00519 Color CSS Codes

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

#d00519 Text Font Color

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

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


#d00519 Background Color

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

This div background color is #d00519


#d00519 Border Color

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

This div border color is #d00519


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,5,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d00519; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d00519;
  -webkit-box-shadow: 1px 1px 3px 2px #d00519;
  box-shadow:         1px 1px 3px 2px #d00519; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,5,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00519


Comments

No comments written yet.

Please login to write comment.