Color Hex Logo

#a24cab Color Hex

#A24CAB
(162,76,171)
0 Favorites   0 Comments

Color spaces of #a24cab

RGB 16276171
HSL0.820.380.48
HSV294°56°67°
CMYK 0.050.560.00   0.33
XYZ24.835415.790540.2670
Yxy15.79050.30700.1952
Hunter Lab39.737342.0205-32.2643
CIE-Lab46.698449.4027-35.4569

#a24cab color RGB value is (162,76,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001100 10101011
Octal 242 114 253
Decimal 162 76 171
Hex A2 4C AB

RGB Percentages of Color #a24cab

%39.61
%18.58
%41.81

CMYK Percentages of Color #a24cab

%5
%56
%0
%33

Triadic Colors of #a24cab

#a24cab #aba24c #4caba2

Analogous Colors of #a24cab

#a24cab #ab4c85 #734cab

Monochromatic Colors of #a24cab

#a24cab

Complementary Color

#a24cab #55ab4c

#a24cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24cab Color CSS Codes

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

#a24cab Text Font Color

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

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


#a24cab Background Color

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

This div background color is #a24cab


#a24cab Border Color

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

This div border color is #a24cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24cab


Comments

No comments written yet.

Please login to write comment.