Color Hex Logo

#a030ef Color Hex

#A030EF
(160,48,239)
0 Favorites   0 Comments

Color spaces of #a030ef

RGB 16048239
HSL0.760.860.56
HSV275°80°94°
CMYK 0.330.800.00   0.06
XYZ31.134115.819583.0739
Yxy15.81950.23940.1217
Hunter Lab39.773770.1223-95.9952
CIE-Lab46.736874.2522-74.5863

#a030ef color RGB value is (160,48,239).

#a030ef hex color red value is 160, green value is 48 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a030ef hue: 0.76 , saturation: 0.86 and the lightness value of a030ef is 0.56.

The process color (four color CMYK) of #a030ef color hex is 0.33, 0.80, 0.00, 0.06. Web safe color of #a030ef is #9933ff. Color #a030ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00110000 11101111
Octal 240 60 357
Decimal 160 48 239
Hex A0 30 EF

RGB Percentages of Color #a030ef

%35.79
%10.74
%53.47

CMYK Percentages of Color #a030ef

%33
%80
%0
%6

Triadic Colors of #a030ef

#a030ef #efa030 #30efa0

Analogous Colors of #a030ef

#a030ef #ef30df #4030ef

Monochromatic Colors of #a030ef

#a030ef

Complementary Color

#a030ef #7fef30

#a030ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a030ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a030ef Color CSS Codes

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

#a030ef Text Font Color

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

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


#a030ef Background Color

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

This div background color is #a030ef


#a030ef Border Color

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

This div border color is #a030ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a030ef


Comments

No comments written yet.

Please login to write comment.