Color Hex Logo

#a292fa Color Hex

#A292FA
(162,146,250)
0 Favorites   0 Comments

Color spaces of #a292fa

RGB 162146250
HSL0.690.910.78
HSV249°42°98°
CMYK 0.350.420.00   0.02
XYZ42.434535.141394.9889
Yxy35.14130.24590.2036
Hunter Lab59.280124.0356-53.5087
CIE-Lab65.858529.3083-49.9676

#a292fa color RGB value is (162,146,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10010010 11111010
Octal 242 222 372
Decimal 162 146 250
Hex A2 92 FA

RGB Percentages of Color #a292fa

%29.03
%26.16
%44.80

CMYK Percentages of Color #a292fa

%35
%42
%0
%2

Triadic Colors of #a292fa

#a292fa #faa292 #92faa2

Analogous Colors of #a292fa

#a292fa #d692fa #92b6fa

Monochromatic Colors of #a292fa

#a292fa

Complementary Color

#a292fa #eafa92

#a292fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a292fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a292fa Color CSS Codes

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

#a292fa Text Font Color

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

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


#a292fa Background Color

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

This div background color is #a292fa


#a292fa Border Color

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

This div border color is #a292fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a292fa

Related Colors


Comments

No comments written yet.

Please login to write comment.