Color Hex Logo

#a258aa Color Hex

#A258AA
(162,88,170)
0 Favorites   0 Comments

Color spaces of #a258aa

RGB 16288170
HSL0.820.330.51
HSV294°48°67°
CMYK 0.050.480.00   0.33
XYZ25.645717.563140.0686
Yxy17.56310.30800.2109
Hunter Lab41.908435.8930-27.3514
CIE-Lab48.961843.0859-31.3183

#a258aa color RGB value is (162,88,170).

#a258aa hex color red value is 162, green value is 88 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a258aa hue: 0.82 , saturation: 0.33 and the lightness value of a258aa is 0.51.

The process color (four color CMYK) of #a258aa color hex is 0.05, 0.48, 0.00, 0.33. Web safe color of #a258aa is #996699. Color #a258aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01011000 10101010
Octal 242 130 252
Decimal 162 88 170
Hex A2 58 AA

RGB Percentages of Color #a258aa

%38.57
%20.95
%40.48

CMYK Percentages of Color #a258aa

%5
%48
%0
%33

Triadic Colors of #a258aa

#a258aa #aaa258 #58aaa2

Analogous Colors of #a258aa

#a258aa #aa5889 #7958aa

Monochromatic Colors of #a258aa

#a258aa

Complementary Color

#a258aa #60aa58

#a258aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a258aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a258aa Color CSS Codes

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

#a258aa Text Font Color

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

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


#a258aa Background Color

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

This div background color is #a258aa


#a258aa Border Color

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

This div border color is #a258aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a258aa


Comments

No comments written yet.

Please login to write comment.