Color Hex Logo

#d8003f Color Hex

#D8003F
(216,0,63)
0 Favorites   0 Comments

Color spaces of #d8003f

RGB 216063
HSL0.951.000.42
HSV343°100°85°
CMYK 0.001.000.71   0.15
XYZ29.216114.95786.0499
Yxy14.95780.58170.2978
Hunter Lab38.675367.160617.7981
CIE-Lab45.576372.025829.8483

#d8003f color RGB value is (216,0,63).

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

The process color (four color CMYK) of #d8003f color hex is 0.00, 1.00, 0.71, 0.15. Web safe color of #d8003f is #cc0033. Color #d8003f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000000 00111111
Octal 330 0 77
Decimal 216 0 63
Hex D8 0 3F

RGB Percentages of Color #d8003f

%77.42
%0.00
%22.58

CMYK Percentages of Color #d8003f

%0
%100
%71
%15

Triadic Colors of #d8003f

#d8003f #3fd800 #003fd8

Analogous Colors of #d8003f

#d8003f #d82d00 #d800ab

Monochromatic Colors of #d8003f

#d8003f

Complementary Color

#d8003f #00d899

#d8003f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8003f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8003f Color CSS Codes

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

#d8003f Text Font Color

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

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


#d8003f Background Color

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

This div background color is #d8003f


#d8003f Border Color

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

This div border color is #d8003f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8003f


Comments

No comments written yet.

Please login to write comment.