Color Hex Logo

#93253a Color Hex

#93253A
(147,37,58)
0 Favorites   0 Comments

Color spaces of #93253a

RGB 1473758
HSL0.970.600.36
HSV349°75°58°
CMYK 0.000.750.61   0.42
XYZ13.45797.83174.8053
Yxy7.83170.51570.3001
Hunter Lab27.985236.86559.4090
CIE-Lab33.629946.683214.8909

#93253a color RGB value is (147,37,58).

#93253a hex color red value is 147, green value is 37 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #93253a hue: 0.97 , saturation: 0.60 and the lightness value of 93253a is 0.36.

The process color (four color CMYK) of #93253a color hex is 0.00, 0.75, 0.61, 0.42. Web safe color of #93253a is #993333. Color #93253a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00100101 00111010
Octal 223 45 72
Decimal 147 37 58
Hex 93 25 3A

RGB Percentages of Color #93253a

%60.74
%15.29
%23.97

CMYK Percentages of Color #93253a

%0
%75
%61
%42

Triadic Colors of #93253a

#93253a #3a9325 #253a93

Analogous Colors of #93253a

#93253a #934725 #932571

Monochromatic Colors of #93253a

#93253a

Complementary Color

#93253a #25937e

#93253a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93253a Color Preview on White Background

Lorem ipsum dolor sit amet.

#93253a Color CSS Codes

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

#93253a Text Font Color

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

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


#93253a Background Color

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

This div background color is #93253a


#93253a Border Color

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

This div border color is #93253a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,37,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93253a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93253a;
  -webkit-box-shadow: 1px 1px 3px 2px #93253a;
  box-shadow:         1px 1px 3px 2px #93253a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93253a


Comments

No comments written yet.

Please login to write comment.