Color Hex Logo

#a225fe Color Hex

#A225FE
(162,37,254)
0 Favorites   0 Comments

Color spaces of #a225fe

RGB 16237254
HSL0.760.990.57
HSV275°85°100°
CMYK 0.360.850.00   0.00
XYZ33.451316.160395.1221
Yxy16.16030.23110.1117
Hunter Lab40.199978.1844-112.1538
CIE-Lab47.184180.6711-82.2542

#a225fe color RGB value is (162,37,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100101 11111110
Octal 242 45 376
Decimal 162 37 254
Hex A2 25 FE

RGB Percentages of Color #a225fe

%35.76
%8.17
%56.07

CMYK Percentages of Color #a225fe

%36
%85
%0
%0

Triadic Colors of #a225fe

#a225fe #fea225 #25fea2

Analogous Colors of #a225fe

#a225fe #fe25ee #3525fe

Monochromatic Colors of #a225fe

#a225fe

Complementary Color

#a225fe #81fe25

#a225fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a225fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a225fe Color CSS Codes

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

#a225fe Text Font Color

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

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


#a225fe Background Color

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

This div background color is #a225fe


#a225fe Border Color

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

This div border color is #a225fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a225fe

Related Colors


Comments

No comments written yet.

Please login to write comment.