Color Hex Logo

#a225bd Color Hex

#A225BD
(162,37,189)
0 Favorites   0 Comments

Color spaces of #a225bd

RGB 16237189
HSL0.800.670.44
HSV289°80°74°
CMYK 0.140.800.00   0.26
XYZ24.747212.678649.2870
Yxy12.67860.28540.1462
Hunter Lab35.607061.7468-57.1439
CIE-Lab42.274968.0907-53.0893

#a225bd color RGB value is (162,37,189).

#a225bd hex color red value is 162, green value is 37 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a225bd hue: 0.80 , saturation: 0.67 and the lightness value of a225bd is 0.44.

The process color (four color CMYK) of #a225bd color hex is 0.14, 0.80, 0.00, 0.26. Web safe color of #a225bd is #9933cc. Color #a225bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100101 10111101
Octal 242 45 275
Decimal 162 37 189
Hex A2 25 BD

RGB Percentages of Color #a225bd

%41.75
%9.54
%48.71

CMYK Percentages of Color #a225bd

%14
%80
%0
%26

Triadic Colors of #a225bd

#a225bd #bda225 #25bda2

Analogous Colors of #a225bd

#a225bd #bd258c #5625bd

Monochromatic Colors of #a225bd

#a225bd

Complementary Color

#a225bd #40bd25

#a225bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a225bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a225bd Color CSS Codes

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

#a225bd Text Font Color

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

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


#a225bd Background Color

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

This div background color is #a225bd


#a225bd Border Color

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

This div border color is #a225bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a225bd


Comments

No comments written yet.

Please login to write comment.