Color Hex Logo

#a225cb Color Hex

#A225CB
(162,37,203)
0 Favorites   0 Comments

Color spaces of #a225cb

RGB 16237203
HSL0.790.690.47
HSV285°82°80°
CMYK 0.200.820.00   0.20
XYZ26.341413.316357.6819
Yxy13.31630.27060.1368
Hunter Lab36.491564.9901-68.1753
CIE-Lab43.236070.6617-59.6980

#a225cb color RGB value is (162,37,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100101 11001011
Octal 242 45 313
Decimal 162 37 203
Hex A2 25 CB

RGB Percentages of Color #a225cb

%40.30
%9.20
%50.50

CMYK Percentages of Color #a225cb

%20
%82
%0
%20

Triadic Colors of #a225cb

#a225cb #cba225 #25cba2

Analogous Colors of #a225cb

#a225cb #cb25a1 #4f25cb

Monochromatic Colors of #a225cb

#a225cb

Complementary Color

#a225cb #4ecb25

#a225cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a225cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a225cb Color CSS Codes

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

#a225cb Text Font Color

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

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


#a225cb Background Color

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

This div background color is #a225cb


#a225cb Border Color

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

This div border color is #a225cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a225cb


Comments

No comments written yet.

Please login to write comment.