Color Hex Logo

#a24fa2 Color Hex

#A24FA2
(162,79,162)
0 Favorites   0 Comments

Color spaces of #a24fa2

RGB 16279162
HSL0.830.340.47
HSV300°51°64°
CMYK 0.000.510.00   0.36
XYZ24.217915.882035.9715
Yxy15.88200.31840.2088
Hunter Lab39.852238.7317-25.6199
CIE-Lab46.819346.2102-29.9507

#a24fa2 color RGB value is (162,79,162).

#a24fa2 hex color red value is 162, green value is 79 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #a24fa2 hue: 0.83 , saturation: 0.34 and the lightness value of a24fa2 is 0.47.

The process color (four color CMYK) of #a24fa2 color hex is 0.00, 0.51, 0.00, 0.36. Web safe color of #a24fa2 is #996699. Color #a24fa2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001111 10100010
Octal 242 117 242
Decimal 162 79 162
Hex A2 4F A2

RGB Percentages of Color #a24fa2

%40.20
%19.60
%40.20

CMYK Percentages of Color #a24fa2

%0
%51
%0
%36

Triadic Colors of #a24fa2

#a24fa2 #a2a24f #4fa2a2

Analogous Colors of #a24fa2

#a24fa2 #a24f79 #794fa2

Monochromatic Colors of #a24fa2

#a24fa2

Complementary Color

#a24fa2 #4fa24f

#a24fa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24fa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24fa2 Color CSS Codes

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

#a24fa2 Text Font Color

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

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


#a24fa2 Background Color

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

This div background color is #a24fa2


#a24fa2 Border Color

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

This div border color is #a24fa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24fa2


Comments

No comments written yet.

Please login to write comment.