Color Hex Logo

#9c95fa Color Hex

#9C95FA
(156,149,250)
0 Favorites   0 Comments

Color spaces of #9c95fa

RGB 156149250
HSL0.680.910.78
HSV244°40°98°
CMYK 0.380.400.00   0.02
XYZ41.713135.464995.0894
Yxy35.46490.24210.2059
Hunter Lab59.552420.8124-52.9837
CIE-Lab66.109026.0507-49.6031

#9c95fa color RGB value is (156,149,250).

#9c95fa hex color red value is 156, green value is 149 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9c95fa hue: 0.68 , saturation: 0.91 and the lightness value of 9c95fa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10010101 11111010
Octal 234 225 372
Decimal 156 149 250
Hex 9C 95 FA

RGB Percentages of Color #9c95fa

%28.11
%26.85
%45.05

CMYK Percentages of Color #9c95fa

%38
%40
%0
%2

Triadic Colors of #9c95fa

#9c95fa #fa9c95 #95fa9c

Analogous Colors of #9c95fa

#9c95fa #cf95fa #95c1fa

Monochromatic Colors of #9c95fa

#9c95fa

Complementary Color

#9c95fa #f3fa95

#9c95fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c95fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c95fa Color CSS Codes

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

#9c95fa Text Font Color

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

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


#9c95fa Background Color

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

This div background color is #9c95fa


#9c95fa Border Color

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

This div border color is #9c95fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,149,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c95fa


Comments

No comments written yet.

Please login to write comment.