Color Hex Logo

#a24bab Color Hex

#A24BAB
(162,75,171)
0 Favorites   0 Comments

Color spaces of #a24bab

RGB 16275171
HSL0.820.390.48
HSV294°56°67°
CMYK 0.050.560.00   0.33
XYZ24.767115.653840.2442
Yxy15.65380.30700.1941
Hunter Lab39.564942.5001-32.6126
CIE-Lab46.517049.8916-35.7427

#a24bab color RGB value is (162,75,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001011 10101011
Octal 242 113 253
Decimal 162 75 171
Hex A2 4B AB

RGB Percentages of Color #a24bab

%39.71
%18.38
%41.91

CMYK Percentages of Color #a24bab

%5
%56
%0
%33

Triadic Colors of #a24bab

#a24bab #aba24b #4baba2

Analogous Colors of #a24bab

#a24bab #ab4b84 #724bab

Monochromatic Colors of #a24bab

#a24bab

Complementary Color

#a24bab #54ab4b

#a24bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24bab Color CSS Codes

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

#a24bab Text Font Color

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

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


#a24bab Background Color

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

This div background color is #a24bab


#a24bab Border Color

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

This div border color is #a24bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24bab


Comments

No comments written yet.

Please login to write comment.