Color Hex Logo

#93035b Color Hex

#93035B
(147,3,91)
0 Favorites   0 Comments

Color spaces of #93035b

RGB 147391
HSL0.900.960.29
HSV323°98°58°
CMYK 0.000.980.38   0.42
XYZ13.95357.023510.5178
Yxy7.02350.44300.2230
Hunter Lab26.501947.6037-4.9791
CIE-Lab31.860357.4711-9.2488

#93035b color RGB value is (147,3,91).

#93035b hex color red value is 147, green value is 3 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #93035b hue: 0.90 , saturation: 0.96 and the lightness value of 93035b is 0.29.

The process color (four color CMYK) of #93035b color hex is 0.00, 0.98, 0.38, 0.42. Web safe color of #93035b is #990066. Color #93035b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00000011 01011011
Octal 223 3 133
Decimal 147 3 91
Hex 93 3 5B

RGB Percentages of Color #93035b

%61.00
%1.24
%37.76

CMYK Percentages of Color #93035b

%0
%98
%38
%42

Triadic Colors of #93035b

#93035b #5b9303 #035b93

Analogous Colors of #93035b

#93035b #930313 #830393

Monochromatic Colors of #93035b

#93035b

Complementary Color

#93035b #03933b

#93035b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93035b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93035b Color CSS Codes

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

#93035b Text Font Color

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

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


#93035b Background Color

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

This div background color is #93035b


#93035b Border Color

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

This div border color is #93035b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,3,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93035b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93035b;
  -webkit-box-shadow: 1px 1px 3px 2px #93035b;
  box-shadow:         1px 1px 3px 2px #93035b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,3,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93035b


Comments

No comments written yet.

Please login to write comment.