Color Hex Logo

#93143f Color Hex

#93143F
(147,20,63)
0 Favorites   0 Comments

Color spaces of #93143f

RGB 1472063
HSL0.940.760.33
HSV340°86°58°
CMYK 0.000.860.57   0.42
XYZ13.18007.06225.3711
Yxy7.06220.51460.2757
Hunter Lab26.574842.02276.6191
CIE-Lab31.948152.12609.3195

#93143f color RGB value is (147,20,63).

#93143f hex color red value is 147, green value is 20 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #93143f hue: 0.94 , saturation: 0.76 and the lightness value of 93143f is 0.33.

The process color (four color CMYK) of #93143f color hex is 0.00, 0.86, 0.57, 0.42. Web safe color of #93143f is #990033. Color #93143f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00010100 00111111
Octal 223 24 77
Decimal 147 20 63
Hex 93 14 3F

RGB Percentages of Color #93143f

%63.91
%8.70
%27.39

CMYK Percentages of Color #93143f

%0
%86
%57
%42

Triadic Colors of #93143f

#93143f #3f9314 #143f93

Analogous Colors of #93143f

#93143f #932814 #93147f

Monochromatic Colors of #93143f

#93143f

Complementary Color

#93143f #149368

#93143f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93143f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93143f Color CSS Codes

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

#93143f Text Font Color

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

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


#93143f Background Color

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

This div background color is #93143f


#93143f Border Color

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

This div border color is #93143f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,20,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93143f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93143f;
  -webkit-box-shadow: 1px 1px 3px 2px #93143f;
  box-shadow:         1px 1px 3px 2px #93143f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,20,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 #93143f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93143f


Comments

No comments written yet.

Please login to write comment.