Color Hex Logo

#9a5efa Color Hex

#9A5EFA
(154,94,250)
0 Favorites   0 Comments

Color spaces of #9a5efa

RGB 15494250
HSL0.730.940.67
HSV263°62°98°
CMYK 0.380.620.00   0.02
XYZ34.584421.777692.8232
Yxy21.77760.23180.1460
Hunter Lab46.666550.6195-85.2658
CIE-Lab53.790256.1382-69.3115

#9a5efa color RGB value is (154,94,250).

#9a5efa hex color red value is 154, green value is 94 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9a5efa hue: 0.73 , saturation: 0.94 and the lightness value of 9a5efa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 01011110 11111010
Octal 232 136 372
Decimal 154 94 250
Hex 9A 5E FA

RGB Percentages of Color #9a5efa

%30.92
%18.88
%50.20

CMYK Percentages of Color #9a5efa

%38
%62
%0
%2

Triadic Colors of #9a5efa

#9a5efa #fa9a5e #5efa9a

Analogous Colors of #9a5efa

#9a5efa #e85efa #5e70fa

Monochromatic Colors of #9a5efa

#9a5efa

Complementary Color

#9a5efa #befa5e

#9a5efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a5efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a5efa Color CSS Codes

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

#9a5efa Text Font Color

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

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


#9a5efa Background Color

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

This div background color is #9a5efa


#9a5efa Border Color

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

This div border color is #9a5efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a5efa

Related Colors


Comments

No comments written yet.

Please login to write comment.