Color Hex Logo

#97238a Color Hex

#97238A
(151,35,138)
0 Favorites   0 Comments

Color spaces of #97238a

RGB 15135138
HSL0.850.620.36
HSV307°77°59°
CMYK 0.000.770.09   0.41
XYZ17.95109.616424.9548
Yxy9.61640.34180.1831
Hunter Lab31.010349.0606-26.0050
CIE-Lab37.145057.7979-30.7651

#97238a color RGB value is (151,35,138).

#97238a hex color red value is 151, green value is 35 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #97238a hue: 0.85 , saturation: 0.62 and the lightness value of 97238a is 0.36.

The process color (four color CMYK) of #97238a color hex is 0.00, 0.77, 0.09, 0.41. Web safe color of #97238a is #993399. Color #97238a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00100011 10001010
Octal 227 43 212
Decimal 151 35 138
Hex 97 23 8A

RGB Percentages of Color #97238a

%46.60
%10.80
%42.59

CMYK Percentages of Color #97238a

%0
%77
%9
%41

Triadic Colors of #97238a

#97238a #8a9723 #238a97

Analogous Colors of #97238a

#97238a #972350 #6a2397

Monochromatic Colors of #97238a

#97238a

Complementary Color

#97238a #239730

#97238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#97238a Color CSS Codes

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

#97238a Text Font Color

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

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


#97238a Background Color

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

This div background color is #97238a


#97238a Border Color

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

This div border color is #97238a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,35,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97238a


Comments

No comments written yet.

Please login to write comment.