Color Hex Logo

#a24ded Color Hex

#A24DED
(162,77,237)
0 Favorites   0 Comments

Color spaces of #a24ded

RGB 16277237
HSL0.760.820.62
HSV272°68°93°
CMYK 0.320.680.00   0.07
XYZ32.840219.103682.0772
Yxy19.10360.24500.1425
Hunter Lab43.707757.6294-80.7434
CIE-Lab50.808262.8871-66.8328

#a24ded color RGB value is (162,77,237).

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

The process color (four color CMYK) of #a24ded color hex is 0.32, 0.68, 0.00, 0.07. Web safe color of #a24ded is #9966ff. Color #a24ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001101 11101101
Octal 242 115 355
Decimal 162 77 237
Hex A2 4D ED

RGB Percentages of Color #a24ded

%34.03
%16.18
%49.79

CMYK Percentages of Color #a24ded

%32
%68
%0
%7

Triadic Colors of #a24ded

#a24ded #eda24d #4deda2

Analogous Colors of #a24ded

#a24ded #ed4de8 #524ded

Monochromatic Colors of #a24ded

#a24ded

Complementary Color

#a24ded #98ed4d

#a24ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24ded Color CSS Codes

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

#a24ded Text Font Color

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

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


#a24ded Background Color

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

This div background color is #a24ded


#a24ded Border Color

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

This div border color is #a24ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24ded


Comments

No comments written yet.

Please login to write comment.