Color Hex Logo

#a24cfa Color Hex

#A24CFA
(162,76,250)
0 Favorites   0 Comments

Color spaces of #a24cfa

RGB 16276250
HSL0.750.950.64
HSV270°70°98°
CMYK 0.350.700.00   0.02
XYZ34.740119.752492.4241
Yxy19.75240.23650.1344
Hunter Lab44.443761.7509-92.1876
CIE-Lab51.556166.3029-72.8913

#a24cfa color RGB value is (162,76,250).

#a24cfa hex color red value is 162, green value is 76 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a24cfa hue: 0.75 , saturation: 0.95 and the lightness value of a24cfa is 0.64.

The process color (four color CMYK) of #a24cfa color hex is 0.35, 0.70, 0.00, 0.02. Web safe color of #a24cfa is #9933ff. Color #a24cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001100 11111010
Octal 242 114 372
Decimal 162 76 250
Hex A2 4C FA

RGB Percentages of Color #a24cfa

%33.20
%15.57
%51.23

CMYK Percentages of Color #a24cfa

%35
%70
%0
%2

Triadic Colors of #a24cfa

#a24cfa #faa24c #4cfaa2

Analogous Colors of #a24cfa

#a24cfa #f94cfa #4c4dfa

Monochromatic Colors of #a24cfa

#a24cfa

Complementary Color

#a24cfa #a4fa4c

#a24cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24cfa Color CSS Codes

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

#a24cfa Text Font Color

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

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


#a24cfa Background Color

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

This div background color is #a24cfa


#a24cfa Border Color

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

This div border color is #a24cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.