Color Hex Logo

#a24feb Color Hex

#A24FEB
(162,79,235)
0 Favorites   0 Comments

Color spaces of #a24feb

RGB 16279235
HSL0.760.800.62
HSV272°66°92°
CMYK 0.310.660.00   0.08
XYZ32.691719.271580.5940
Yxy19.27150.24660.1454
Hunter Lab43.899356.1047-78.1200
CIE-Lab51.003361.5163-65.3932

#a24feb color RGB value is (162,79,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001111 11101011
Octal 242 117 353
Decimal 162 79 235
Hex A2 4F EB

RGB Percentages of Color #a24feb

%34.03
%16.60
%49.37

CMYK Percentages of Color #a24feb

%31
%66
%0
%8

Triadic Colors of #a24feb

#a24feb #eba24f #4feba2

Analogous Colors of #a24feb

#a24feb #eb4fe6 #544feb

Monochromatic Colors of #a24feb

#a24feb

Complementary Color

#a24feb #98eb4f

#a24feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24feb Color CSS Codes

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

#a24feb Text Font Color

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

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


#a24feb Background Color

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

This div background color is #a24feb


#a24feb Border Color

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

This div border color is #a24feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24feb


Comments

No comments written yet.

Please login to write comment.