Color Hex Logo

#a246fa Color Hex

#A246FA
(162,70,250)
0 Favorites   0 Comments

Color spaces of #a246fa

RGB 16270250
HSL0.750.950.63
HSV271°72°98°
CMYK 0.350.720.00   0.02
XYZ34.345818.963892.2926
Yxy18.96380.23590.1302
Hunter Lab43.547464.5746-95.1735
CIE-Lab50.644868.8732-74.3726

#a246fa color RGB value is (162,70,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000110 11111010
Octal 242 106 372
Decimal 162 70 250
Hex A2 46 FA

RGB Percentages of Color #a246fa

%33.61
%14.52
%51.87

CMYK Percentages of Color #a246fa

%35
%72
%0
%2

Triadic Colors of #a246fa

#a246fa #faa246 #46faa2

Analogous Colors of #a246fa

#a246fa #fa46f8 #4846fa

Monochromatic Colors of #a246fa

#a246fa

Complementary Color

#a246fa #9efa46

#a246fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a246fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a246fa Color CSS Codes

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

#a246fa Text Font Color

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

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


#a246fa Background Color

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

This div background color is #a246fa


#a246fa Border Color

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

This div border color is #a246fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a246fa


Comments

No comments written yet.

Please login to write comment.