Color Hex Logo

#a24fdd Color Hex

#A24FDD
(162,79,221)
0 Favorites   0 Comments

Color spaces of #a24fdd

RGB 16279221
HSL0.760.680.59
HSV275°64°87°
CMYK 0.270.640.00   0.13
XYZ30.747418.493870.3557
Yxy18.49380.25710.1546
Hunter Lab43.004452.3666-66.8960
CIE-Lab50.089658.3673-58.9582

#a24fdd color RGB value is (162,79,221).

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

The process color (four color CMYK) of #a24fdd color hex is 0.27, 0.64, 0.00, 0.13. Web safe color of #a24fdd is #9966cc. Color #a24fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001111 11011101
Octal 242 117 335
Decimal 162 79 221
Hex A2 4F DD

RGB Percentages of Color #a24fdd

%35.06
%17.10
%47.84

CMYK Percentages of Color #a24fdd

%27
%64
%0
%13

Triadic Colors of #a24fdd

#a24fdd #dda24f #4fdda2

Analogous Colors of #a24fdd

#a24fdd #dd4fd1 #5b4fdd

Monochromatic Colors of #a24fdd

#a24fdd

Complementary Color

#a24fdd #8add4f

#a24fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24fdd Color CSS Codes

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

#a24fdd Text Font Color

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

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


#a24fdd Background Color

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

This div background color is #a24fdd


#a24fdd Border Color

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

This div border color is #a24fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24fdd


Comments

No comments written yet.

Please login to write comment.