Color Hex Logo

#a242fa Color Hex

#A242FA
(162,66,250)
0 Favorites   0 Comments

Color spaces of #a242fa

RGB 16266250
HSL0.750.950.62
HSV271°74°98°
CMYK 0.350.740.00   0.02
XYZ34.103818.479992.2120
Yxy18.47990.23550.1276
Hunter Lab42.988366.3797-97.0883
CIE-Lab50.073170.4992-75.3033

#a242fa color RGB value is (162,66,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000010 11111010
Octal 242 102 372
Decimal 162 66 250
Hex A2 42 FA

RGB Percentages of Color #a242fa

%33.89
%13.81
%52.30

CMYK Percentages of Color #a242fa

%35
%74
%0
%2

Triadic Colors of #a242fa

#a242fa #faa242 #42faa2

Analogous Colors of #a242fa

#a242fa #fa42f6 #4642fa

Monochromatic Colors of #a242fa

#a242fa

Complementary Color

#a242fa #9afa42

#a242fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a242fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a242fa Color CSS Codes

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

#a242fa Text Font Color

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

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


#a242fa Background Color

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

This div background color is #a242fa


#a242fa Border Color

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

This div border color is #a242fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a242fa


Comments

No comments written yet.

Please login to write comment.