Color Hex Logo

#a23ea0 Color Hex

#A23EA0
(162,62,160)
0 Favorites   0 Comments

Color spaces of #a23ea0

RGB 16262160
HSL0.840.450.44
HSV301°62°64°
CMYK 0.000.620.01   0.36
XYZ22.968113.664734.6847
Yxy13.66470.32210.1916
Hunter Lab36.965846.2180-29.7553
CIE-Lab43.748253.8984-33.5771

#a23ea0 color RGB value is (162,62,160).

#a23ea0 hex color red value is 162, green value is 62 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #a23ea0 hue: 0.84 , saturation: 0.45 and the lightness value of a23ea0 is 0.44.

The process color (four color CMYK) of #a23ea0 color hex is 0.00, 0.62, 0.01, 0.36. Web safe color of #a23ea0 is #993399. Color #a23ea0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111110 10100000
Octal 242 76 240
Decimal 162 62 160
Hex A2 3E A0

RGB Percentages of Color #a23ea0

%42.19
%16.15
%41.67

CMYK Percentages of Color #a23ea0

%0
%62
%1
%36

Triadic Colors of #a23ea0

#a23ea0 #a0a23e #3ea0a2

Analogous Colors of #a23ea0

#a23ea0 #a23e6e #723ea2

Monochromatic Colors of #a23ea0

#a23ea0

Complementary Color

#a23ea0 #3ea240

#a23ea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23ea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23ea0 Color CSS Codes

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

#a23ea0 Text Font Color

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

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


#a23ea0 Background Color

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

This div background color is #a23ea0


#a23ea0 Border Color

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

This div border color is #a23ea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23ea0


Comments

No comments written yet.

Please login to write comment.