Color Hex Logo

#a225dd Color Hex

#A225DD
(162,37,221)
0 Favorites   0 Comments

Color spaces of #a225dd

RGB 16237221
HSL0.780.730.51
HSV281°83°87°
CMYK 0.270.830.00   0.13
XYZ28.613014.225069.6442
Yxy14.22500.25440.1265
Hunter Lab37.716069.4146-83.0801
CIE-Lab44.553974.0948-67.9178

#a225dd color RGB value is (162,37,221).

#a225dd hex color red value is 162, green value is 37 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a225dd hue: 0.78 , saturation: 0.73 and the lightness value of a225dd is 0.51.

The process color (four color CMYK) of #a225dd color hex is 0.27, 0.83, 0.00, 0.13. Web safe color of #a225dd is #9933cc. Color #a225dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100101 11011101
Octal 242 45 335
Decimal 162 37 221
Hex A2 25 DD

RGB Percentages of Color #a225dd

%38.57
%8.81
%52.62

CMYK Percentages of Color #a225dd

%27
%83
%0
%13

Triadic Colors of #a225dd

#a225dd #dda225 #25dda2

Analogous Colors of #a225dd

#a225dd #dd25bc #4625dd

Monochromatic Colors of #a225dd

#a225dd

Complementary Color

#a225dd #60dd25

#a225dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a225dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a225dd Color CSS Codes

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

#a225dd Text Font Color

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

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


#a225dd Background Color

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

This div background color is #a225dd


#a225dd Border Color

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

This div border color is #a225dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a225dd


Comments

No comments written yet.

Please login to write comment.