Color Hex Logo

#a24dfc Color Hex

#A24DFC
(162,77,252)
0 Favorites   0 Comments

Color spaces of #a24dfc

RGB 16277252
HSL0.750.970.65
HSV269°69°99°
CMYK 0.360.690.00   0.01
XYZ35.124920.017494.1079
Yxy20.01740.23530.1341
Hunter Lab44.740861.8395-93.3921
CIE-Lab51.856966.3215-73.5158

#a24dfc color RGB value is (162,77,252).

#a24dfc hex color red value is 162, green value is 77 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a24dfc hue: 0.75 , saturation: 0.97 and the lightness value of a24dfc is 0.65.

The process color (four color CMYK) of #a24dfc color hex is 0.36, 0.69, 0.00, 0.01. Web safe color of #a24dfc is #9966ff. Color #a24dfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001101 11111100
Octal 242 115 374
Decimal 162 77 252
Hex A2 4D FC

RGB Percentages of Color #a24dfc

%32.99
%15.68
%51.32

CMYK Percentages of Color #a24dfc

%36
%69
%0
%1

Triadic Colors of #a24dfc

#a24dfc #fca24d #4dfca2

Analogous Colors of #a24dfc

#a24dfc #fa4dfc #4d50fc

Monochromatic Colors of #a24dfc

#a24dfc

Complementary Color

#a24dfc #a7fc4d

#a24dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24dfc Color CSS Codes

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

#a24dfc Text Font Color

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

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


#a24dfc Background Color

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

This div background color is #a24dfc


#a24dfc Border Color

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

This div border color is #a24dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24dfc


Comments

No comments written yet.

Please login to write comment.