Color Hex Logo

#9d97fe Color Hex

#9D97FE
(157,151,254)
0 Favorites   0 Comments

Color spaces of #9d97fe

RGB 157151254
HSL0.680.980.79
HSV243°41°100°
CMYK 0.380.410.00   0.00
XYZ42.860636.457198.5438
Yxy36.45710.24100.2050
Hunter Lab60.379721.0439-54.4995
CIE-Lab66.867726.2332-50.5825

#9d97fe color RGB value is (157,151,254).

#9d97fe hex color red value is 157, green value is 151 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9d97fe hue: 0.68 , saturation: 0.98 and the lightness value of 9d97fe is 0.79.

The process color (four color CMYK) of #9d97fe color hex is 0.38, 0.41, 0.00, 0.00. Web safe color of #9d97fe is #9999ff. Color #9d97fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10010111 11111110
Octal 235 227 376
Decimal 157 151 254
Hex 9D 97 FE

RGB Percentages of Color #9d97fe

%27.94
%26.87
%45.20

CMYK Percentages of Color #9d97fe

%38
%41
%0
%0

Triadic Colors of #9d97fe

#9d97fe #fe9d97 #97fe9d

Analogous Colors of #9d97fe

#9d97fe #d197fe #97c5fe

Monochromatic Colors of #9d97fe

#9d97fe

Complementary Color

#9d97fe #f8fe97

#9d97fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d97fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d97fe Color CSS Codes

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

#9d97fe Text Font Color

<p style="color:#9d97fe">Text here</p>

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


#9d97fe Background Color

<div style="background-color:#9d97fe">
Div content here</div>

This div background color is #9d97fe


#9d97fe Border Color

<div style="border:3px solid #9d97fe">
Div here</div>

This div border color is #9d97fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,151,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9d97fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9d97fe;
  -webkit-box-shadow: 1px 1px 3px 2px #9d97fe;
  box-shadow:         1px 1px 3px 2px #9d97fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d97fe


Comments

No comments written yet.

Please login to write comment.