Color Hex Logo

#a23ead Color Hex

#A23EAD
(162,62,173)
0 Favorites   0 Comments

Color spaces of #a23ead

RGB 16262173
HSL0.820.470.46
HSV294°64°68°
CMYK 0.060.640.00   0.32
XYZ24.165714.143840.9915
Yxy14.14380.30470.1784
Hunter Lab37.608248.8832-38.2980
CIE-Lab44.438556.2445-40.2093

#a23ead color RGB value is (162,62,173).

#a23ead hex color red value is 162, green value is 62 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a23ead hue: 0.82 , saturation: 0.47 and the lightness value of a23ead is 0.46.

The process color (four color CMYK) of #a23ead color hex is 0.06, 0.64, 0.00, 0.32. Web safe color of #a23ead is #993399. Color #a23ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111110 10101101
Octal 242 76 255
Decimal 162 62 173
Hex A2 3E AD

RGB Percentages of Color #a23ead

%40.81
%15.62
%43.58

CMYK Percentages of Color #a23ead

%6
%64
%0
%32

Triadic Colors of #a23ead

#a23ead #ada23e #3eada2

Analogous Colors of #a23ead

#a23ead #ad3e81 #6b3ead

Monochromatic Colors of #a23ead

#a23ead

Complementary Color

#a23ead #49ad3e

#a23ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23ead Color CSS Codes

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

#a23ead Text Font Color

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

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


#a23ead Background Color

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

This div background color is #a23ead


#a23ead Border Color

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

This div border color is #a23ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23ead


Comments

No comments written yet.

Please login to write comment.