Color Hex Logo

#a239fa Color Hex

#A239FA
(162,57,250)
0 Favorites   0 Comments

Color spaces of #a239fa

RGB 16257250
HSL0.760.950.60
HSV273°77°98°
CMYK 0.350.770.00   0.02
XYZ33.618717.509892.0503
Yxy17.50980.23480.1223
Hunter Lab41.844770.1815-101.1353
CIE-Lab48.896173.8798-77.2219

#a239fa color RGB value is (162,57,250).

#a239fa hex color red value is 162, green value is 57 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a239fa hue: 0.76 , saturation: 0.95 and the lightness value of a239fa is 0.60.

The process color (four color CMYK) of #a239fa color hex is 0.35, 0.77, 0.00, 0.02. Web safe color of #a239fa is #9933ff. Color #a239fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111001 11111010
Octal 242 71 372
Decimal 162 57 250
Hex A2 39 FA

RGB Percentages of Color #a239fa

%34.54
%12.15
%53.30

CMYK Percentages of Color #a239fa

%35
%77
%0
%2

Triadic Colors of #a239fa

#a239fa #faa239 #39faa2

Analogous Colors of #a239fa

#a239fa #fa39f2 #4139fa

Monochromatic Colors of #a239fa

#a239fa

Complementary Color

#a239fa #91fa39

#a239fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a239fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a239fa Color CSS Codes

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

#a239fa Text Font Color

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

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


#a239fa Background Color

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

This div background color is #a239fa


#a239fa Border Color

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

This div border color is #a239fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,57,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a239fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a239fa;
  -webkit-box-shadow: 1px 1px 3px 2px #a239fa;
  box-shadow:         1px 1px 3px 2px #a239fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,57,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a239fa

Related Colors


Comments

No comments written yet.

Please login to write comment.