Color Hex Logo

#97188d Color Hex

#97188D
(151,24,141)
0 Favorites   0 Comments

Color spaces of #97188d

RGB 15124141
HSL0.850.730.34
HSV305°84°59°
CMYK 0.000.840.07   0.41
XYZ17.89699.155726.0233
Yxy9.15570.33720.1725
Hunter Lab30.258452.6251-29.8107
CIE-Lab36.282461.2276-33.9749

#97188d color RGB value is (151,24,141).

#97188d hex color red value is 151, green value is 24 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #97188d hue: 0.85 , saturation: 0.73 and the lightness value of 97188d is 0.34.

The process color (four color CMYK) of #97188d color hex is 0.00, 0.84, 0.07, 0.41. Web safe color of #97188d is #990099. Color #97188d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00011000 10001101
Octal 227 30 215
Decimal 151 24 141
Hex 97 18 8D

RGB Percentages of Color #97188d

%47.78
%7.59
%44.62

CMYK Percentages of Color #97188d

%0
%84
%7
%41

Triadic Colors of #97188d

#97188d #8d9718 #188d97

Analogous Colors of #97188d

#97188d #97184d #621897

Monochromatic Colors of #97188d

#97188d

Complementary Color

#97188d #189722

#97188d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97188d Color Preview on White Background

Lorem ipsum dolor sit amet.

#97188d Color CSS Codes

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

#97188d Text Font Color

<p style="color:#97188d">Text here</p>

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


#97188d Background Color

<div style="background-color:#97188d">
Div content here</div>

This div background color is #97188d


#97188d Border Color

<div style="border:3px solid #97188d">
Div here</div>

This div border color is #97188d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,24,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97188d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97188d;
  -webkit-box-shadow: 1px 1px 3px 2px #97188d;
  box-shadow:         1px 1px 3px 2px #97188d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97188d


Comments

No comments written yet.

Please login to write comment.