Color Hex Logo

#a725ba Color Hex

#A725BA
(167,37,186)
0 Favorites   0 Comments

Color spaces of #a725ba

RGB 16737186
HSL0.810.670.44
HSV292°80°73°
CMYK 0.100.800.00   0.27
XYZ25.460813.083847.6379
Yxy13.08380.29540.1518
Hunter Lab36.171562.3443-52.7648
CIE-Lab42.889268.4826-50.2980

#a725ba color RGB value is (167,37,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100101 10111010
Octal 247 45 272
Decimal 167 37 186
Hex A7 25 BA

RGB Percentages of Color #a725ba

%42.82
%9.49
%47.69

CMYK Percentages of Color #a725ba

%10
%80
%0
%27

Triadic Colors of #a725ba

#a725ba #baa725 #25baa7

Analogous Colors of #a725ba

#a725ba #ba2583 #5c25ba

Monochromatic Colors of #a725ba

#a725ba

Complementary Color

#a725ba #38ba25

#a725ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a725ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a725ba Color CSS Codes

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

#a725ba Text Font Color

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

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


#a725ba Background Color

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

This div background color is #a725ba


#a725ba Border Color

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

This div border color is #a725ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a725ba


Comments

No comments written yet.

Please login to write comment.