Color Hex Logo

#9a4eea Color Hex

#9A4EEA
(154,78,234)
0 Favorites   0 Comments

Color spaces of #9a4eea

RGB 15478234
HSL0.750.790.61
HSV269°67°92°
CMYK 0.340.670.00   0.08
XYZ30.902118.259379.7376
Yxy18.25930.23970.1417
Hunter Lab42.730954.3084-80.7259
CIE-Lab49.809160.1511-66.8092

#9a4eea color RGB value is (154,78,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 01001110 11101010
Octal 232 116 352
Decimal 154 78 234
Hex 9A 4E EA

RGB Percentages of Color #9a4eea

%33.05
%16.74
%50.21

CMYK Percentages of Color #9a4eea

%34
%67
%0
%8

Triadic Colors of #9a4eea

#9a4eea #ea9a4e #4eea9a

Analogous Colors of #9a4eea

#9a4eea #e84eea #4e50ea

Monochromatic Colors of #9a4eea

#9a4eea

Complementary Color

#9a4eea #9eea4e

#9a4eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a4eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a4eea Color CSS Codes

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

#9a4eea Text Font Color

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

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


#9a4eea Background Color

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

This div background color is #9a4eea


#9a4eea Border Color

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

This div border color is #9a4eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a4eea


Comments

No comments written yet.

Please login to write comment.