Color Hex Logo

#a291fa Color Hex

#A291FA
(162,145,250)
0 Favorites   0 Comments

Color spaces of #a291fa

RGB 162145250
HSL0.690.910.77
HSV250°42°98°
CMYK 0.350.420.00   0.02
XYZ42.281034.834394.9377
Yxy34.83430.24570.2025
Hunter Lab59.020624.5873-54.0566
CIE-Lab65.619529.8775-50.3455

#a291fa color RGB value is (162,145,250).

#a291fa hex color red value is 162, green value is 145 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a291fa hue: 0.69 , saturation: 0.91 and the lightness value of a291fa is 0.77.

The process color (four color CMYK) of #a291fa color hex is 0.35, 0.42, 0.00, 0.02. Web safe color of #a291fa is #9999ff. Color #a291fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010001 11111010
Octal 242 221 372
Decimal 162 145 250
Hex A2 91 FA

RGB Percentages of Color #a291fa

%29.08
%26.03
%44.88

CMYK Percentages of Color #a291fa

%35
%42
%0
%2

Triadic Colors of #a291fa

#a291fa #faa291 #91faa2

Analogous Colors of #a291fa

#a291fa #d791fa #91b5fa

Monochromatic Colors of #a291fa

#a291fa

Complementary Color

#a291fa #e9fa91

#a291fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a291fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a291fa Color CSS Codes

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

#a291fa Text Font Color

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

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


#a291fa Background Color

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

This div background color is #a291fa


#a291fa Border Color

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

This div border color is #a291fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a291fa


Comments

No comments written yet.

Please login to write comment.