Color Hex Logo

#a425fa Color Hex

#A425FA
(164,37,250)
0 Favorites   0 Comments

Color spaces of #a425fa

RGB 16437250
HSL0.770.960.56
HSV276°85°98°
CMYK 0.340.850.00   0.02
XYZ33.226716.117891.8023
Yxy16.11780.23540.1142
Hunter Lab40.147077.4741-107.4729
CIE-Lab47.128780.1182-80.0992

#a425fa color RGB value is (164,37,250).

#a425fa hex color red value is 164, green value is 37 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a425fa hue: 0.77 , saturation: 0.96 and the lightness value of a425fa is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100101 11111010
Octal 244 45 372
Decimal 164 37 250
Hex A4 25 FA

RGB Percentages of Color #a425fa

%36.36
%8.20
%55.43

CMYK Percentages of Color #a425fa

%34
%85
%0
%2

Triadic Colors of #a425fa

#a425fa #faa425 #25faa4

Analogous Colors of #a425fa

#a425fa #fa25e6 #3925fa

Monochromatic Colors of #a425fa

#a425fa

Complementary Color

#a425fa #7bfa25

#a425fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a425fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a425fa Color CSS Codes

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

#a425fa Text Font Color

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

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


#a425fa Background Color

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

This div background color is #a425fa


#a425fa Border Color

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

This div border color is #a425fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a425fa

Related Colors


Comments

No comments written yet.

Please login to write comment.