Color Hex Logo

#9a00ff Color Hex

#9A00FF
(154,0,255)
1 Favorites   0 Comments

Color spaces of #9a00ff

RGB 1540255
HSL0.771.000.50
HSV276°100°100°
CMYK 0.401.000.00   0.00
XYZ31.376414.090095.6737
Yxy14.09000.22230.0998
Hunter Lab37.536683.5167-124.8432
CIE-Lab44.361785.3813-87.4892

#9a00ff color RGB value is (154,0,255).

#9a00ff hex color red value is 154, green value is 0 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #9a00ff hue: 0.77 , saturation: 1.00 and the lightness value of 9a00ff is 0.50.

The process color (four color CMYK) of #9a00ff color hex is 0.40, 1.00, 0.00, 0.00. Web safe color of #9a00ff is #9900ff. Color #9a00ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 00000000 11111111
Octal 232 0 377
Decimal 154 0 255
Hex 9A 0 FF

RGB Percentages of Color #9a00ff

%37.65
%0.00
%62.35

CMYK Percentages of Color #9a00ff

%40
%100
%0
%0

Triadic Colors of #9a00ff

#9a00ff #ff9a00 #00ff9a

Analogous Colors of #9a00ff

#9a00ff #ff00e5 #1a00ff

Monochromatic Colors of #9a00ff

#9a00ff

Complementary Color

#9a00ff #65ff00

#9a00ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a00ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a00ff Color CSS Codes

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

#9a00ff Text Font Color

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

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


#9a00ff Background Color

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

This div background color is #9a00ff


#9a00ff Border Color

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

This div border color is #9a00ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a00ff

#9a00ff Color Palettes


Comments

No comments written yet.

Please login to write comment.