Color Hex Logo

#d8133f Color Hex

#D8133F
(216,19,63)
0 Favorites   0 Comments

Color spaces of #d8133f

RGB 2161963
HSL0.960.840.46
HSV347°91°85°
CMYK 0.000.910.71   0.15
XYZ29.449015.42366.1275
Yxy15.42360.57740.3024
Hunter Lab39.272965.121718.2404
CIE-Lab46.209070.193130.6142

#d8133f color RGB value is (216,19,63).

#d8133f hex color red value is 216, green value is 19 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d8133f hue: 0.96 , saturation: 0.84 and the lightness value of d8133f is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010011 00111111
Octal 330 23 77
Decimal 216 19 63
Hex D8 13 3F

RGB Percentages of Color #d8133f

%72.48
%6.38
%21.14

CMYK Percentages of Color #d8133f

%0
%91
%71
%15

Triadic Colors of #d8133f

#d8133f #3fd813 #133fd8

Analogous Colors of #d8133f

#d8133f #d84913 #d813a2

Monochromatic Colors of #d8133f

#d8133f

Complementary Color

#d8133f #13d8ac

#d8133f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8133f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8133f Color CSS Codes

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

#d8133f Text Font Color

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

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


#d8133f Background Color

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

This div background color is #d8133f


#d8133f Border Color

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

This div border color is #d8133f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8133f


Comments

No comments written yet.

Please login to write comment.