Color Hex Logo

#a725ea Color Hex

#A725EA
(167,37,234)
0 Favorites   0 Comments

Color spaces of #a725ea

RGB 16737234
HSL0.780.820.53
HSV280°84°92°
CMYK 0.290.840.00   0.08
XYZ31.449215.479179.1721
Yxy15.47910.24940.1228
Hunter Lab39.343573.8328-91.7706
CIE-Lab46.283577.3647-72.4606

#a725ea color RGB value is (167,37,234).

#a725ea hex color red value is 167, green value is 37 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a725ea hue: 0.78 , saturation: 0.82 and the lightness value of a725ea is 0.53.

The process color (four color CMYK) of #a725ea color hex is 0.29, 0.84, 0.00, 0.08. Web safe color of #a725ea is #9933ff. Color #a725ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100101 11101010
Octal 247 45 352
Decimal 167 37 234
Hex A7 25 EA

RGB Percentages of Color #a725ea

%38.13
%8.45
%53.42

CMYK Percentages of Color #a725ea

%29
%84
%0
%8

Triadic Colors of #a725ea

#a725ea #eaa725 #25eaa7

Analogous Colors of #a725ea

#a725ea #ea25cb #4425ea

Monochromatic Colors of #a725ea

#a725ea

Complementary Color

#a725ea #68ea25

#a725ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a725ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a725ea Color CSS Codes

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

#a725ea Text Font Color

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

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


#a725ea Background Color

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

This div background color is #a725ea


#a725ea Border Color

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

This div border color is #a725ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a725ea


Comments

No comments written yet.

Please login to write comment.