Color Hex Logo

#97628c Color Hex

#97628C
(151,98,140)
0 Favorites   0 Comments

Color spaces of #97628c

RGB 15198140
HSL0.870.210.49
HSV312°35°59°
CMYK 0.000.350.07   0.41
XYZ21.863817.208126.9801
Yxy17.20810.33100.2605
Hunter Lab41.482621.4854-9.5241
CIE-Lab48.521228.2517-14.3763

#97628c color RGB value is (151,98,140).

#97628c hex color red value is 151, green value is 98 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #97628c hue: 0.87 , saturation: 0.21 and the lightness value of 97628c is 0.49.

The process color (four color CMYK) of #97628c color hex is 0.00, 0.35, 0.07, 0.41. Web safe color of #97628c is #996699. Color #97628c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01100010 10001100
Octal 227 142 214
Decimal 151 98 140
Hex 97 62 8C

RGB Percentages of Color #97628c

%38.82
%25.19
%35.99

CMYK Percentages of Color #97628c

%0
%35
%7
%41

Triadic Colors of #97628c

#97628c #8c9762 #628c97

Analogous Colors of #97628c

#97628c #976272 #886297

Monochromatic Colors of #97628c

#97628c

Complementary Color

#97628c #62976d

#97628c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#97628c Color Preview on White Background

Lorem ipsum dolor sit amet.

#97628c Color CSS Codes

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

#97628c Text Font Color

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

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


#97628c Background Color

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

This div background color is #97628c


#97628c Border Color

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

This div border color is #97628c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #97628c


Comments

No comments written yet.

Please login to write comment.