Color Hex Logo

#a24fea Color Hex

#A24FEA
(162,79,234)
0 Favorites   0 Comments

Color spaces of #a24fea

RGB 16279234
HSL0.760.790.61
HSV272°66°92°
CMYK 0.310.660.00   0.08
XYZ32.547619.213979.8351
Yxy19.21390.24730.1460
Hunter Lab43.833755.8318-77.3025
CIE-Lab50.936561.2889-64.9388

#a24fea color RGB value is (162,79,234).

#a24fea hex color red value is 162, green value is 79 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a24fea hue: 0.76 , saturation: 0.79 and the lightness value of a24fea is 0.61.

The process color (four color CMYK) of #a24fea color hex is 0.31, 0.66, 0.00, 0.08. Web safe color of #a24fea is #9966ff. Color #a24fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001111 11101010
Octal 242 117 352
Decimal 162 79 234
Hex A2 4F EA

RGB Percentages of Color #a24fea

%34.11
%16.63
%49.26

CMYK Percentages of Color #a24fea

%31
%66
%0
%8

Triadic Colors of #a24fea

#a24fea #eaa24f #4feaa2

Analogous Colors of #a24fea

#a24fea #ea4fe5 #554fea

Monochromatic Colors of #a24fea

#a24fea

Complementary Color

#a24fea #97ea4f

#a24fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24fea Color CSS Codes

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

#a24fea Text Font Color

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

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


#a24fea Background Color

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

This div background color is #a24fea


#a24fea Border Color

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

This div border color is #a24fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24fea


Comments

No comments written yet.

Please login to write comment.