Color Hex Logo

#a24ada Color Hex

#A24ADA
(162,74,218)
0 Favorites   0 Comments

Color spaces of #a24ada

RGB 16274218
HSL0.770.660.57
HSV277°66°85°
CMYK 0.260.660.00   0.15
XYZ30.004017.640968.1533
Yxy17.64090.25910.1523
Hunter Lab42.001154.0119-66.8065
CIE-Lab49.057660.0268-58.9142

#a24ada color RGB value is (162,74,218).

#a24ada hex color red value is 162, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a24ada hue: 0.77 , saturation: 0.66 and the lightness value of a24ada is 0.57.

The process color (four color CMYK) of #a24ada color hex is 0.26, 0.66, 0.00, 0.15. Web safe color of #a24ada is #9933cc. Color #a24ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001010 11011010
Octal 242 112 332
Decimal 162 74 218
Hex A2 4A DA

RGB Percentages of Color #a24ada

%35.68
%16.30
%48.02

CMYK Percentages of Color #a24ada

%26
%66
%0
%15

Triadic Colors of #a24ada

#a24ada #daa24a #4adaa2

Analogous Colors of #a24ada

#a24ada #da4aca #5a4ada

Monochromatic Colors of #a24ada

#a24ada

Complementary Color

#a24ada #82da4a

#a24ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24ada Color CSS Codes

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

#a24ada Text Font Color

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

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


#a24ada Background Color

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

This div background color is #a24ada


#a24ada Border Color

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

This div border color is #a24ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24ada


Comments

No comments written yet.

Please login to write comment.