Color Hex Logo

#a25aba Color Hex

#A25ABA
(162,90,186)
0 Favorites   0 Comments

Color spaces of #a25aba

RGB 16290186
HSL0.790.410.54
HSV285°52°73°
CMYK 0.130.520.00   0.27
XYZ27.419418.538948.5876
Yxy18.53890.29000.1961
Hunter Lab43.056838.3227-36.7662
CIE-Lab50.143345.2765-38.7933

#a25aba color RGB value is (162,90,186).

#a25aba hex color red value is 162, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a25aba hue: 0.79 , saturation: 0.41 and the lightness value of a25aba is 0.54.

The process color (four color CMYK) of #a25aba color hex is 0.13, 0.52, 0.00, 0.27. Web safe color of #a25aba is #9966cc. Color #a25aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011010 10111010
Octal 242 132 272
Decimal 162 90 186
Hex A2 5A BA

RGB Percentages of Color #a25aba

%36.99
%20.55
%42.47

CMYK Percentages of Color #a25aba

%13
%52
%0
%27

Triadic Colors of #a25aba

#a25aba #baa25a #5abaa2

Analogous Colors of #a25aba

#a25aba #ba5aa2 #725aba

Monochromatic Colors of #a25aba

#a25aba

Complementary Color

#a25aba #72ba5a

#a25aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25aba Color CSS Codes

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

#a25aba Text Font Color

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

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


#a25aba Background Color

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

This div background color is #a25aba


#a25aba Border Color

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

This div border color is #a25aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25aba


Comments

No comments written yet.

Please login to write comment.