Color Hex Logo

#9c97fe Color Hex

#9C97FE
(156,151,254)
0 Favorites   0 Comments

Color spaces of #9c97fe

RGB 156151254
HSL0.670.980.79
HSV243°41°100°
CMYK 0.390.410.00   0.00
XYZ42.666336.356998.5348
Yxy36.35690.24030.2048
Hunter Lab60.296720.7885-54.6820
CIE-Lab66.791725.9805-50.7076

#9c97fe color RGB value is (156,151,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10010111 11111110
Octal 234 227 376
Decimal 156 151 254
Hex 9C 97 FE

RGB Percentages of Color #9c97fe

%27.81
%26.92
%45.28

CMYK Percentages of Color #9c97fe

%39
%41
%0
%0

Triadic Colors of #9c97fe

#9c97fe #fe9c97 #97fe9c

Analogous Colors of #9c97fe

#9c97fe #d097fe #97c6fe

Monochromatic Colors of #9c97fe

#9c97fe

Complementary Color

#9c97fe #f9fe97

#9c97fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c97fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c97fe Color CSS Codes

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

#9c97fe Text Font Color

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

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


#9c97fe Background Color

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

This div background color is #9c97fe


#9c97fe Border Color

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

This div border color is #9c97fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,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 #9c97fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c97fe

Related Colors


Comments

No comments written yet.

Please login to write comment.