Color Hex Logo

#97629e Color Hex

#97629E
(151,98,158)
0 Favorites   0 Comments

Color spaces of #97629e

RGB 15198158
HSL0.810.240.50
HSV293°38°62°
CMYK 0.040.380.00   0.38
XYZ23.301717.783334.5521
Yxy17.78330.30810.2351
Hunter Lab42.170324.8345-19.0600
CIE-Lab49.232231.7609-23.9476

#97629e color RGB value is (151,98,158).

#97629e hex color red value is 151, green value is 98 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #97629e hue: 0.81 , saturation: 0.24 and the lightness value of 97629e is 0.50.

The process color (four color CMYK) of #97629e color hex is 0.04, 0.38, 0.00, 0.38. Web safe color of #97629e is #996699. Color #97629e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100010 10011110
Octal 227 142 236
Decimal 151 98 158
Hex 97 62 9E

RGB Percentages of Color #97629e

%37.10
%24.08
%38.82

CMYK Percentages of Color #97629e

%4
%38
%0
%38

Triadic Colors of #97629e

#97629e #9e9762 #629e97

Analogous Colors of #97629e

#97629e #9e6287 #79629e

Monochromatic Colors of #97629e

#97629e

Complementary Color

#97629e #699e62

#97629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#97629e Color CSS Codes

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

#97629e Text Font Color

<p style="color:#97629e">Text here</p>

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


#97629e Background Color

<div style="background-color:#97629e">
Div content here</div>

This div background color is #97629e


#97629e Border Color

<div style="border:3px solid #97629e">
Div here</div>

This div border color is #97629e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,98,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #97629e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #97629e;
  -webkit-box-shadow: 1px 1px 3px 2px #97629e;
  box-shadow:         1px 1px 3px 2px #97629e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97629e


Comments

No comments written yet.

Please login to write comment.