Color Hex Logo

#a23aee Color Hex

#A23AEE
(162,58,238)
0 Favorites   0 Comments

Color spaces of #a23aee

RGB 16258238
HSL0.760.840.58
HSV275°76°93°
CMYK 0.320.760.00   0.07
XYZ31.846016.880582.4687
Yxy16.88050.24270.1287
Hunter Lab41.085966.4565-90.2484
CIE-Lab48.109170.9442-71.7753

#a23aee color RGB value is (162,58,238).

#a23aee hex color red value is 162, green value is 58 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a23aee hue: 0.76 , saturation: 0.84 and the lightness value of a23aee is 0.58.

The process color (four color CMYK) of #a23aee color hex is 0.32, 0.76, 0.00, 0.07. Web safe color of #a23aee is #9933ff. Color #a23aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111010 11101110
Octal 242 72 356
Decimal 162 58 238
Hex A2 3A EE

RGB Percentages of Color #a23aee

%35.37
%12.66
%51.97

CMYK Percentages of Color #a23aee

%32
%76
%0
%7

Triadic Colors of #a23aee

#a23aee #eea23a #3aeea2

Analogous Colors of #a23aee

#a23aee #ee3ae0 #483aee

Monochromatic Colors of #a23aee

#a23aee

Complementary Color

#a23aee #86ee3a

#a23aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23aee Color CSS Codes

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

#a23aee Text Font Color

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

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


#a23aee Background Color

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

This div background color is #a23aee


#a23aee Border Color

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

This div border color is #a23aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23aee


Comments

No comments written yet.

Please login to write comment.