Color Hex Logo

#a930eb Color Hex

#A930EB
(169,48,235)
0 Favorites   0 Comments

Color spaces of #a930eb

RGB 16948235
HSL0.770.820.55
HSV279°80°92°
CMYK 0.280.800.00   0.08
XYZ32.414516.547180.0827
Yxy16.54710.25120.1282
Hunter Lab40.678171.0516-88.2491
CIE-Lab47.684274.8299-70.7324

#a930eb color RGB value is (169,48,235).

#a930eb hex color red value is 169, green value is 48 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a930eb hue: 0.77 , saturation: 0.82 and the lightness value of a930eb is 0.55.

The process color (four color CMYK) of #a930eb color hex is 0.28, 0.80, 0.00, 0.08. Web safe color of #a930eb is #9933ff. Color #a930eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110000 11101011
Octal 251 60 353
Decimal 169 48 235
Hex A9 30 EB

RGB Percentages of Color #a930eb

%37.39
%10.62
%51.99

CMYK Percentages of Color #a930eb

%28
%80
%0
%8

Triadic Colors of #a930eb

#a930eb #eba930 #30eba9

Analogous Colors of #a930eb

#a930eb #eb30d0 #4c30eb

Monochromatic Colors of #a930eb

#a930eb

Complementary Color

#a930eb #72eb30

#a930eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a930eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a930eb Color CSS Codes

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

#a930eb Text Font Color

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

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


#a930eb Background Color

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

This div background color is #a930eb


#a930eb Border Color

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

This div border color is #a930eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,48,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a930eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a930eb;
  -webkit-box-shadow: 1px 1px 3px 2px #a930eb;
  box-shadow:         1px 1px 3px 2px #a930eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,48,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 #a930eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a930eb


Comments

No comments written yet.

Please login to write comment.