Color Hex Logo

#a25bfa Color Hex

#A25BFA
(162,91,250)
0 Favorites   0 Comments

Color spaces of #a25bfa

RGB 16291250
HSL0.740.940.67
HSV267°64°98°
CMYK 0.350.640.00   0.02
XYZ35.896722.065792.8096
Yxy22.06570.23810.1464
Hunter Lab46.974154.2014-84.2609
CIE-Lab54.096659.2764-68.7740

#a25bfa color RGB value is (162,91,250).

#a25bfa hex color red value is 162, green value is 91 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a25bfa hue: 0.74 , saturation: 0.94 and the lightness value of a25bfa is 0.67.

The process color (four color CMYK) of #a25bfa color hex is 0.35, 0.64, 0.00, 0.02. Web safe color of #a25bfa is #9966ff. Color #a25bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011011 11111010
Octal 242 133 372
Decimal 162 91 250
Hex A2 5B FA

RGB Percentages of Color #a25bfa

%32.21
%18.09
%49.70

CMYK Percentages of Color #a25bfa

%35
%64
%0
%2

Triadic Colors of #a25bfa

#a25bfa #faa25b #5bfaa2

Analogous Colors of #a25bfa

#a25bfa #f25bfa #5b63fa

Monochromatic Colors of #a25bfa

#a25bfa

Complementary Color

#a25bfa #b3fa5b

#a25bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25bfa Color CSS Codes

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

#a25bfa Text Font Color

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

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


#a25bfa Background Color

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

This div background color is #a25bfa


#a25bfa Border Color

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

This div border color is #a25bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.