Color Hex Logo

#9a06eb Color Hex

#9A06EB
(154,6,235)
0 Favorites   0 Comments

Color spaces of #9a06eb

RGB 1546235
HSL0.770.950.47
HSV279°97°92°
CMYK 0.340.970.00   0.08
XYZ28.386912.998479.6101
Yxy12.99840.23460.1074
Hunter Lab36.053377.4504-105.6823
CIE-Lab42.760880.9386-78.8652

#9a06eb color RGB value is (154,6,235).

#9a06eb hex color red value is 154, green value is 6 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9a06eb hue: 0.77 , saturation: 0.95 and the lightness value of 9a06eb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 00000110 11101011
Octal 232 6 353
Decimal 154 6 235
Hex 9A 6 EB

RGB Percentages of Color #9a06eb

%38.99
%1.52
%59.49

CMYK Percentages of Color #9a06eb

%34
%97
%0
%8

Triadic Colors of #9a06eb

#9a06eb #eb9a06 #06eb9a

Analogous Colors of #9a06eb

#9a06eb #eb06ca #2806eb

Monochromatic Colors of #9a06eb

#9a06eb

Complementary Color

#9a06eb #57eb06

#9a06eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a06eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a06eb Color CSS Codes

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

#9a06eb Text Font Color

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

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


#9a06eb Background Color

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

This div background color is #9a06eb


#9a06eb Border Color

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

This div border color is #9a06eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a06eb


Comments

No comments written yet.

Please login to write comment.