Color Hex Logo

#97218d Color Hex

#97218D
(151,33,141)
0 Favorites   0 Comments

Color spaces of #97218d

RGB 15133141
HSL0.850.640.36
HSV305°78°59°
CMYK 0.000.780.07   0.41
XYZ18.11419.590126.0957
Yxy9.59010.33670.1783
Hunter Lab30.967950.2165-28.2844
CIE-Lab37.096558.8731-32.6862

#97218d color RGB value is (151,33,141).

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

The process color (four color CMYK) of #97218d color hex is 0.00, 0.78, 0.07, 0.41. Web safe color of #97218d is #993399. Color #97218d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 00100001 10001101
Octal 227 41 215
Decimal 151 33 141
Hex 97 21 8D

RGB Percentages of Color #97218d

%46.46
%10.15
%43.38

CMYK Percentages of Color #97218d

%0
%78
%7
%41

Triadic Colors of #97218d

#97218d #8d9721 #218d97

Analogous Colors of #97218d

#97218d #972152 #662197

Monochromatic Colors of #97218d

#97218d

Complementary Color

#97218d #21972b

#97218d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97218d Color Preview on White Background

Lorem ipsum dolor sit amet.

#97218d Color CSS Codes

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

#97218d Text Font Color

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

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


#97218d Background Color

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

This div background color is #97218d


#97218d Border Color

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

This div border color is #97218d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97218d


Comments

No comments written yet.

Please login to write comment.