Color Hex Logo

#a25aec Color Hex

#A25AEC
(162,90,236)
0 Favorites   0 Comments

Color spaces of #a25aec

RGB 16290236
HSL0.750.790.64
HSV270°62°93°
CMYK 0.310.620.00   0.07
XYZ33.696821.049881.6439
Yxy21.04980.24710.1543
Hunter Lab45.880150.8100-73.3909
CIE-Lab53.004056.4470-62.7261

#a25aec color RGB value is (162,90,236).

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

The process color (four color CMYK) of #a25aec color hex is 0.31, 0.62, 0.00, 0.07. Web safe color of #a25aec is #9966ff. Color #a25aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011010 11101100
Octal 242 132 354
Decimal 162 90 236
Hex A2 5A EC

RGB Percentages of Color #a25aec

%33.20
%18.44
%48.36

CMYK Percentages of Color #a25aec

%31
%62
%0
%7

Triadic Colors of #a25aec

#a25aec #eca25a #5aeca2

Analogous Colors of #a25aec

#a25aec #eb5aec #5a5bec

Monochromatic Colors of #a25aec

#a25aec

Complementary Color

#a25aec #a4ec5a

#a25aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a25aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a25aec Color CSS Codes

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

#a25aec Text Font Color

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

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


#a25aec Background Color

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

This div background color is #a25aec


#a25aec Border Color

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

This div border color is #a25aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a25aec


Comments

No comments written yet.

Please login to write comment.