Color Hex Logo

#a247fe Color Hex

#A247FE
(162,71,254)
0 Favorites   0 Comments

Color spaces of #a247fe

RGB 16271254
HSL0.750.990.64
HSV270°72°100°
CMYK 0.360.720.00   0.00
XYZ35.042919.343695.6527
Yxy19.34360.23360.1289
Hunter Lab43.981465.2555-98.1597
CIE-Lab51.086869.3614-75.8803

#a247fe color RGB value is (162,71,254).

#a247fe hex color red value is 162, green value is 71 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a247fe hue: 0.75 , saturation: 0.99 and the lightness value of a247fe is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000111 11111110
Octal 242 107 376
Decimal 162 71 254
Hex A2 47 FE

RGB Percentages of Color #a247fe

%33.26
%14.58
%52.16

CMYK Percentages of Color #a247fe

%36
%72
%0
%0

Triadic Colors of #a247fe

#a247fe #fea247 #47fea2

Analogous Colors of #a247fe

#a247fe #fe47fe #4747fe

Monochromatic Colors of #a247fe

#a247fe

Complementary Color

#a247fe #a3fe47

#a247fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a247fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a247fe Color CSS Codes

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

#a247fe Text Font Color

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

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


#a247fe Background Color

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

This div background color is #a247fe


#a247fe Border Color

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

This div border color is #a247fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,71,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a247fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a247fe

Related Colors


Comments

No comments written yet.

Please login to write comment.