Color Hex Logo

#a24dab Color Hex

#A24DAB
(162,77,171)
0 Favorites   0 Comments

Color spaces of #a24dab

RGB 16277171
HSL0.820.380.49
HSV294°55°67°
CMYK 0.050.550.00   0.33
XYZ24.904915.929440.2901
Yxy15.92940.30700.1964
Hunter Lab39.911741.5387-31.9140
CIE-Lab46.881748.9105-35.1683

#a24dab color RGB value is (162,77,171).

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

The process color (four color CMYK) of #a24dab color hex is 0.05, 0.55, 0.00, 0.33. Web safe color of #a24dab is #996699. Color #a24dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001101 10101011
Octal 242 115 253
Decimal 162 77 171
Hex A2 4D AB

RGB Percentages of Color #a24dab

%39.51
%18.78
%41.71

CMYK Percentages of Color #a24dab

%5
%55
%0
%33

Triadic Colors of #a24dab

#a24dab #aba24d #4daba2

Analogous Colors of #a24dab

#a24dab #ab4d85 #734dab

Monochromatic Colors of #a24dab

#a24dab

Complementary Color

#a24dab #56ab4d

#a24dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24dab Color CSS Codes

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

#a24dab Text Font Color

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

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


#a24dab Background Color

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

This div background color is #a24dab


#a24dab Border Color

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

This div border color is #a24dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24dab


Comments

No comments written yet.

Please login to write comment.