Color Hex Logo

#97418c Color Hex

#97418C
(151,65,140)
0 Favorites   0 Comments

Color spaces of #97418c

RGB 15165140
HSL0.850.400.42
HSV308°57°59°
CMYK 0.000.570.07   0.41
XYZ19.386412.253426.1543
Yxy12.25340.33540.2120
Hunter Lab35.004937.5984-19.7958
CIE-Lab41.616145.9771-24.9867

#97418c color RGB value is (151,65,140).

#97418c hex color red value is 151, green value is 65 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #97418c hue: 0.85 , saturation: 0.40 and the lightness value of 97418c is 0.42.

The process color (four color CMYK) of #97418c color hex is 0.00, 0.57, 0.07, 0.41. Web safe color of #97418c is #993399. Color #97418c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01000001 10001100
Octal 227 101 214
Decimal 151 65 140
Hex 97 41 8C

RGB Percentages of Color #97418c

%42.42
%18.26
%39.33

CMYK Percentages of Color #97418c

%0
%57
%7
%41

Triadic Colors of #97418c

#97418c #8c9741 #418c97

Analogous Colors of #97418c

#97418c #974161 #774197

Monochromatic Colors of #97418c

#97418c

Complementary Color

#97418c #41974c

#97418c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97418c Color Preview on White Background

Lorem ipsum dolor sit amet.

#97418c Color CSS Codes

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

#97418c Text Font Color

<p style="color:#97418c">Text here</p>

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


#97418c Background Color

<div style="background-color:#97418c">
Div content here</div>

This div background color is #97418c


#97418c Border Color

<div style="border:3px solid #97418c">
Div here</div>

This div border color is #97418c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,65,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97418c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97418c;
  -webkit-box-shadow: 1px 1px 3px 2px #97418c;
  box-shadow:         1px 1px 3px 2px #97418c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97418c


Comments

No comments written yet.

Please login to write comment.