Color Hex Logo

#a425ba Color Hex

#A425BA
(164,37,186)
0 Favorites   0 Comments

Color spaces of #a425ba

RGB 16437186
HSL0.810.670.44
HSV291°80°73°
CMYK 0.120.800.00   0.27
XYZ24.834312.760847.6085
Yxy12.76080.29150.1498
Hunter Lab35.722361.5802-54.0126
CIE-Lab42.400667.9231-51.1092

#a425ba color RGB value is (164,37,186).

#a425ba hex color red value is 164, green value is 37 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a425ba hue: 0.81 , saturation: 0.67 and the lightness value of a425ba is 0.44.

The process color (four color CMYK) of #a425ba color hex is 0.12, 0.80, 0.00, 0.27. Web safe color of #a425ba is #9933cc. Color #a425ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100101 10111010
Octal 244 45 272
Decimal 164 37 186
Hex A4 25 BA

RGB Percentages of Color #a425ba

%42.38
%9.56
%48.06

CMYK Percentages of Color #a425ba

%12
%80
%0
%27

Triadic Colors of #a425ba

#a425ba #baa425 #25baa4

Analogous Colors of #a425ba

#a425ba #ba2586 #5a25ba

Monochromatic Colors of #a425ba

#a425ba

Complementary Color

#a425ba #3bba25

#a425ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a425ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a425ba Color CSS Codes

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

#a425ba Text Font Color

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

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


#a425ba Background Color

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

This div background color is #a425ba


#a425ba Border Color

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

This div border color is #a425ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,37,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a425ba


Comments

No comments written yet.

Please login to write comment.