Color Hex Logo

#a25abd Color Hex

#A25ABD
(162,90,189)
0 Favorites   0 Comments

Color spaces of #a25abd

RGB 16290189
HSL0.790.430.55
HSV284°52°74°
CMYK 0.140.520.00   0.26
XYZ27.741818.667850.2852
Yxy18.66780.28690.1931
Hunter Lab43.206239.0001-38.7598
CIE-Lab50.296345.9071-40.2892

#a25abd color RGB value is (162,90,189).

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

The process color (four color CMYK) of #a25abd color hex is 0.14, 0.52, 0.00, 0.26. Web safe color of #a25abd is #9966cc. Color #a25abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011010 10111101
Octal 242 132 275
Decimal 162 90 189
Hex A2 5A BD

RGB Percentages of Color #a25abd

%36.73
%20.41
%42.86

CMYK Percentages of Color #a25abd

%14
%52
%0
%26

Triadic Colors of #a25abd

#a25abd #bda25a #5abda2

Analogous Colors of #a25abd

#a25abd #bd5aa7 #715abd

Monochromatic Colors of #a25abd

#a25abd

Complementary Color

#a25abd #75bd5a

#a25abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25abd Color CSS Codes

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

#a25abd Text Font Color

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

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


#a25abd Background Color

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

This div background color is #a25abd


#a25abd Border Color

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

This div border color is #a25abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,90,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 #a25abd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25abd


Comments

No comments written yet.

Please login to write comment.