Color Hex Logo

#a23baa Color Hex

#A23BAA
(162,59,170)
0 Favorites   0 Comments

Color spaces of #a23baa

RGB 16259170
HSL0.820.480.45
HSV296°65°67°
CMYK 0.050.650.00   0.33
XYZ23.720013.711639.4266
Yxy13.71160.30860.1784
Hunter Lab37.029249.5417-37.2083
CIE-Lab43.816556.9661-39.4201

#a23baa color RGB value is (162,59,170).

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

The process color (four color CMYK) of #a23baa color hex is 0.05, 0.65, 0.00, 0.33. Web safe color of #a23baa is #993399. Color #a23baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111011 10101010
Octal 242 73 252
Decimal 162 59 170
Hex A2 3B AA

RGB Percentages of Color #a23baa

%41.43
%15.09
%43.48

CMYK Percentages of Color #a23baa

%5
%65
%0
%33

Triadic Colors of #a23baa

#a23baa #aaa23b #3baaa2

Analogous Colors of #a23baa

#a23baa #aa3b7b #6b3baa

Monochromatic Colors of #a23baa

#a23baa

Complementary Color

#a23baa #43aa3b

#a23baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23baa Color CSS Codes

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

#a23baa Text Font Color

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

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


#a23baa Background Color

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

This div background color is #a23baa


#a23baa Border Color

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

This div border color is #a23baa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,59,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 #a23baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23baa


Comments

No comments written yet.

Please login to write comment.