Color Hex Logo

#a725cd Color Hex

#A725CD
(167,37,205)
0 Favorites   0 Comments

Color spaces of #a725cd

RGB 16737205
HSL0.800.690.47
HSV286°82°80°
CMYK 0.190.820.00   0.20
XYZ27.617413.946458.9939
Yxy13.94640.27460.1387
Hunter Lab37.344966.6513-67.5193
CIE-Lab44.156071.8774-59.3296

#a725cd color RGB value is (167,37,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100101 11001101
Octal 247 45 315
Decimal 167 37 205
Hex A7 25 CD

RGB Percentages of Color #a725cd

%40.83
%9.05
%50.12

CMYK Percentages of Color #a725cd

%19
%82
%0
%20

Triadic Colors of #a725cd

#a725cd #cda725 #25cda7

Analogous Colors of #a725cd

#a725cd #cd259f #5325cd

Monochromatic Colors of #a725cd

#a725cd

Complementary Color

#a725cd #4bcd25

#a725cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a725cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a725cd Color CSS Codes

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

#a725cd Text Font Color

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

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


#a725cd Background Color

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

This div background color is #a725cd


#a725cd Border Color

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

This div border color is #a725cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a725cd


Comments

No comments written yet.

Please login to write comment.