Color Hex Logo

#a025cd Color Hex

#A025CD
(160,37,205)
0 Favorites   0 Comments

Color spaces of #a025cd

RGB 16037205
HSL0.790.690.47
HSV284°82°80°
CMYK 0.220.820.00   0.20
XYZ26.178213.204558.9266
Yxy13.20450.26630.1343
Hunter Lab36.338065.0014-70.7095
CIE-Lab43.069870.7037-61.1404

#a025cd color RGB value is (160,37,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100101 11001101
Octal 240 45 315
Decimal 160 37 205
Hex A0 25 CD

RGB Percentages of Color #a025cd

%39.80
%9.20
%51.00

CMYK Percentages of Color #a025cd

%22
%82
%0
%20

Triadic Colors of #a025cd

#a025cd #cda025 #25cda0

Analogous Colors of #a025cd

#a025cd #cd25a6 #4c25cd

Monochromatic Colors of #a025cd

#a025cd

Complementary Color

#a025cd #52cd25

#a025cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a025cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a025cd Color CSS Codes

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

#a025cd Text Font Color

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

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


#a025cd Background Color

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

This div background color is #a025cd


#a025cd Border Color

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

This div border color is #a025cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a025cd


Comments

No comments written yet.

Please login to write comment.