Color Hex Logo

#a231fa Color Hex

#A231FA
(162,49,250)
0 Favorites   0 Comments

Color spaces of #a231fa

RGB 16249250
HSL0.760.950.59
HSV274°80°98°
CMYK 0.350.800.00   0.02
XYZ33.253916.780191.9287
Yxy16.78010.23420.1182
Hunter Lab40.963573.2189-104.3818
CIE-Lab47.981876.5372-78.7150

#a231fa color RGB value is (162,49,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110001 11111010
Octal 242 61 372
Decimal 162 49 250
Hex A2 31 FA

RGB Percentages of Color #a231fa

%35.14
%10.63
%54.23

CMYK Percentages of Color #a231fa

%35
%80
%0
%2

Triadic Colors of #a231fa

#a231fa #faa231 #31faa2

Analogous Colors of #a231fa

#a231fa #fa31ee #3e31fa

Monochromatic Colors of #a231fa

#a231fa

Complementary Color

#a231fa #89fa31

#a231fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a231fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a231fa Color CSS Codes

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

#a231fa Text Font Color

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

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


#a231fa Background Color

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

This div background color is #a231fa


#a231fa Border Color

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

This div border color is #a231fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a231fa

Related Colors


Comments

No comments written yet.

Please login to write comment.