Color Hex Logo

#9a73fb Color Hex

#9A73FB
(154,115,251)
0 Favorites   0 Comments

Color spaces of #9a73fb

RGB 154115251
HSL0.710.940.72
HSV257°54°98°
CMYK 0.390.540.00   0.02
XYZ36.869726.096594.3607
Yxy26.09650.23440.1659
Hunter Lab51.084739.4316-73.7577
CIE-Lab58.128545.1340-62.8730

#9a73fb color RGB value is (154,115,251).

#9a73fb hex color red value is 154, green value is 115 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9a73fb hue: 0.71 , saturation: 0.94 and the lightness value of 9a73fb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 01110011 11111011
Octal 232 163 373
Decimal 154 115 251
Hex 9A 73 FB

RGB Percentages of Color #9a73fb

%29.62
%22.12
%48.27

CMYK Percentages of Color #9a73fb

%39
%54
%0
%2

Triadic Colors of #9a73fb

#9a73fb #fb9a73 #73fb9a

Analogous Colors of #9a73fb

#9a73fb #de73fb #7390fb

Monochromatic Colors of #9a73fb

#9a73fb

Complementary Color

#9a73fb #d4fb73

#9a73fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a73fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a73fb Color CSS Codes

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

#9a73fb Text Font Color

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

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


#9a73fb Background Color

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

This div background color is #9a73fb


#9a73fb Border Color

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

This div border color is #9a73fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,115,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a73fb


Comments

No comments written yet.

Please login to write comment.