Color Hex Logo

#9c5aff Color Hex

#9C5AFF
(156,90,255)
0 Favorites   0 Comments

Color spaces of #9c5aff

RGB 15690255
HSL0.731.000.68
HSV264°65°100°
CMYK 0.390.650.00   0.00
XYZ35.416521.600296.9104
Yxy21.60020.23010.1403
Hunter Lab46.476054.6908-91.0965
CIE-Lab53.600259.7974-72.3827

#9c5aff color RGB value is (156,90,255).

#9c5aff hex color red value is 156, green value is 90 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9c5aff hue: 0.73 , saturation: 1.00 and the lightness value of 9c5aff is 0.68.

The process color (four color CMYK) of #9c5aff color hex is 0.39, 0.65, 0.00, 0.00. Web safe color of #9c5aff is #9966ff. Color #9c5aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01011010 11111111
Octal 234 132 377
Decimal 156 90 255
Hex 9C 5A FF

RGB Percentages of Color #9c5aff

%31.14
%17.96
%50.90

CMYK Percentages of Color #9c5aff

%39
%65
%0
%0

Triadic Colors of #9c5aff

#9c5aff #ff9c5a #5aff9c

Analogous Colors of #9c5aff

#9c5aff #ef5aff #5a6bff

Monochromatic Colors of #9c5aff

#9c5aff

Complementary Color

#9c5aff #bdff5a

#9c5aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c5aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c5aff Color CSS Codes

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

#9c5aff Text Font Color

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

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


#9c5aff Background Color

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

This div background color is #9c5aff


#9c5aff Border Color

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

This div border color is #9c5aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c5aff


Comments

No comments written yet.

Please login to write comment.