Color Hex Logo

#a725cc Color Hex

#A725CC
(167,37,204)
0 Favorites   0 Comments

Color spaces of #a725cc

RGB 16737204
HSL0.800.690.47
HSV287°82°80°
CMYK 0.180.820.00   0.20
XYZ27.497013.898358.3601
Yxy13.89830.27560.1393
Hunter Lab37.280466.4159-66.7184
CIE-Lab44.086771.6939-58.8630

#a725cc color RGB value is (167,37,204).

#a725cc hex color red value is 167, green value is 37 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a725cc hue: 0.80 , saturation: 0.69 and the lightness value of a725cc is 0.47.

The process color (four color CMYK) of #a725cc color hex is 0.18, 0.82, 0.00, 0.20. Web safe color of #a725cc is #9933cc. Color #a725cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100101 11001100
Octal 247 45 314
Decimal 167 37 204
Hex A7 25 CC

RGB Percentages of Color #a725cc

%40.93
%9.07
%50.00

CMYK Percentages of Color #a725cc

%18
%82
%0
%20

Triadic Colors of #a725cc

#a725cc #cca725 #25cca7

Analogous Colors of #a725cc

#a725cc #cc259e #5325cc

Monochromatic Colors of #a725cc

#a725cc

Complementary Color

#a725cc #4acc25

#a725cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a725cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a725cc Color CSS Codes

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

#a725cc Text Font Color

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

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


#a725cc Background Color

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

This div background color is #a725cc


#a725cc Border Color

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

This div border color is #a725cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a725cc


Comments

No comments written yet.

Please login to write comment.