Color Hex Logo

#a23bab Color Hex

#A23BAB
(162,59,171)
0 Favorites   0 Comments

Color spaces of #a23bab

RGB 16259171
HSL0.820.490.45
HSV295°65°67°
CMYK 0.050.650.00   0.33
XYZ23.814913.749639.9268
Yxy13.74960.30730.1774
Hunter Lab37.080549.7507-37.8849
CIE-Lab43.871757.1474-39.9252

#a23bab color RGB value is (162,59,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00111011 10101011
Octal 242 73 253
Decimal 162 59 171
Hex A2 3B AB

RGB Percentages of Color #a23bab

%41.33
%15.05
%43.62

CMYK Percentages of Color #a23bab

%5
%65
%0
%33

Triadic Colors of #a23bab

#a23bab #aba23b #3baba2

Analogous Colors of #a23bab

#a23bab #ab3b7c #6a3bab

Monochromatic Colors of #a23bab

#a23bab

Complementary Color

#a23bab #44ab3b

#a23bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a23bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a23bab Color CSS Codes

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

#a23bab Text Font Color

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

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


#a23bab Background Color

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

This div background color is #a23bab


#a23bab Border Color

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

This div border color is #a23bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a23bab


Comments

No comments written yet.

Please login to write comment.