Color Hex Logo

#a24cf7 Color Hex

#A24CF7
(162,76,247)
0 Favorites   0 Comments

Color spaces of #a24cf7

RGB 16276247
HSL0.750.910.63
HSV270°69°97°
CMYK 0.340.690.00   0.03
XYZ34.273219.565789.9658
Yxy19.56570.23830.1361
Hunter Lab44.233160.8993-89.6268
CIE-Lab51.342665.6145-71.5654

#a24cf7 color RGB value is (162,76,247).

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

The process color (four color CMYK) of #a24cf7 color hex is 0.34, 0.69, 0.00, 0.03. Web safe color of #a24cf7 is #9933ff. Color #a24cf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001100 11110111
Octal 242 114 367
Decimal 162 76 247
Hex A2 4C F7

RGB Percentages of Color #a24cf7

%33.40
%15.67
%50.93

CMYK Percentages of Color #a24cf7

%34
%69
%0
%3

Triadic Colors of #a24cf7

#a24cf7 #f7a24c #4cf7a2

Analogous Colors of #a24cf7

#a24cf7 #f74cf7 #4c4cf7

Monochromatic Colors of #a24cf7

#a24cf7

Complementary Color

#a24cf7 #a1f74c

#a24cf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24cf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24cf7 Color CSS Codes

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

#a24cf7 Text Font Color

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

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


#a24cf7 Background Color

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

This div background color is #a24cf7


#a24cf7 Border Color

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

This div border color is #a24cf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24cf7


Comments

No comments written yet.

Please login to write comment.