Color Hex Logo

#a225cd Color Hex

#A225CD
(162,37,205)
0 Favorites   0 Comments

Color spaces of #a225cd

RGB 16237205
HSL0.790.690.47
HSV285°82°80°
CMYK 0.210.820.00   0.20
XYZ26.581313.412358.9454
Yxy13.41230.26870.1356
Hunter Lab36.622865.4677-69.7929
CIE-Lab43.378071.0363-60.6262

#a225cd color RGB value is (162,37,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100101 11001101
Octal 242 45 315
Decimal 162 37 205
Hex A2 25 CD

RGB Percentages of Color #a225cd

%40.10
%9.16
%50.74

CMYK Percentages of Color #a225cd

%21
%82
%0
%20

Triadic Colors of #a225cd

#a225cd #cda225 #25cda2

Analogous Colors of #a225cd

#a225cd #cd25a4 #4e25cd

Monochromatic Colors of #a225cd

#a225cd

Complementary Color

#a225cd #50cd25

#a225cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a225cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a225cd Color CSS Codes

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

#a225cd Text Font Color

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

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


#a225cd Background Color

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

This div background color is #a225cd


#a225cd Border Color

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

This div border color is #a225cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a225cd


Comments

No comments written yet.

Please login to write comment.