Color Hex Logo

#9a4eef Color Hex

#9A4EEF
(154,78,239)
0 Favorites   0 Comments

Color spaces of #9a4eef

RGB 15478239
HSL0.750.830.62
HSV268°67°94°
CMYK 0.360.670.00   0.06
XYZ31.630818.550883.5749
Yxy18.55080.23650.1387
Hunter Lab43.070655.7156-84.8977
CIE-Lab50.157561.3311-69.0552

#9a4eef color RGB value is (154,78,239).

#9a4eef hex color red value is 154, green value is 78 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #9a4eef hue: 0.75 , saturation: 0.83 and the lightness value of 9a4eef is 0.62.

The process color (four color CMYK) of #9a4eef color hex is 0.36, 0.67, 0.00, 0.06. Web safe color of #9a4eef is #9966ff. Color #9a4eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01001110 11101111
Octal 232 116 357
Decimal 154 78 239
Hex 9A 4E EF

RGB Percentages of Color #9a4eef

%32.70
%16.56
%50.74

CMYK Percentages of Color #9a4eef

%36
%67
%0
%6

Triadic Colors of #9a4eef

#9a4eef #ef9a4e #4eef9a

Analogous Colors of #9a4eef

#9a4eef #eb4eef #4e53ef

Monochromatic Colors of #9a4eef

#9a4eef

Complementary Color

#9a4eef #a3ef4e

#9a4eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a4eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a4eef Color CSS Codes

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

#9a4eef Text Font Color

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

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


#9a4eef Background Color

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

This div background color is #9a4eef


#9a4eef Border Color

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

This div border color is #9a4eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a4eef


Comments

No comments written yet.

Please login to write comment.