Color Hex Logo

#a225eb Color Hex

#A225EB
(162,37,235)
0 Favorites   0 Comments

Color spaces of #a225eb

RGB 16237235
HSL0.770.830.53
HSV278°84°92°
CMYK 0.310.840.00   0.08
XYZ30.557315.002779.8825
Yxy15.00270.24360.1196
Hunter Lab38.733373.0380-95.1647
CIE-Lab45.637976.8470-74.1100

#a225eb color RGB value is (162,37,235).

#a225eb hex color red value is 162, green value is 37 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a225eb hue: 0.77 , saturation: 0.83 and the lightness value of a225eb is 0.53.

The process color (four color CMYK) of #a225eb color hex is 0.31, 0.84, 0.00, 0.08. Web safe color of #a225eb is #9933ff. Color #a225eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100101 11101011
Octal 242 45 353
Decimal 162 37 235
Hex A2 25 EB

RGB Percentages of Color #a225eb

%37.33
%8.53
%54.15

CMYK Percentages of Color #a225eb

%31
%84
%0
%8

Triadic Colors of #a225eb

#a225eb #eba225 #25eba2

Analogous Colors of #a225eb

#a225eb #eb25d1 #3f25eb

Monochromatic Colors of #a225eb

#a225eb

Complementary Color

#a225eb #6eeb25

#a225eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a225eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a225eb Color CSS Codes

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

#a225eb Text Font Color

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

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


#a225eb Background Color

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

This div background color is #a225eb


#a225eb Border Color

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

This div border color is #a225eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a225eb


Comments

No comments written yet.

Please login to write comment.