Color Hex Logo

#97223a Color Hex

#97223A
(151,34,58)
0 Favorites   0 Comments

Color spaces of #97223a

RGB 1513458
HSL0.970.630.36
HSV348°77°59°
CMYK 0.000.770.62   0.41
XYZ14.09828.02894.8097
Yxy8.02890.52340.2981
Hunter Lab28.335339.22579.7707
CIE-Lab34.043048.971715.5816

#97223a color RGB value is (151,34,58).

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

The process color (four color CMYK) of #97223a color hex is 0.00, 0.77, 0.62, 0.41. Web safe color of #97223a is #993333. Color #97223a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00100010 00111010
Octal 227 42 72
Decimal 151 34 58
Hex 97 22 3A

RGB Percentages of Color #97223a

%62.14
%13.99
%23.87

CMYK Percentages of Color #97223a

%0
%77
%62
%41

Triadic Colors of #97223a

#97223a #3a9722 #223a97

Analogous Colors of #97223a

#97223a #974522 #972275

Monochromatic Colors of #97223a

#97223a

Complementary Color

#97223a #22977f

#97223a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97223a Color Preview on White Background

Lorem ipsum dolor sit amet.

#97223a Color CSS Codes

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

#97223a Text Font Color

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

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


#97223a Background Color

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

This div background color is #97223a


#97223a Border Color

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

This div border color is #97223a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,34,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 #97223a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97223a


Comments

No comments written yet.

Please login to write comment.