Color Hex Logo

#a24cdd Color Hex

#A24CDD
(162,76,221)
0 Favorites   0 Comments

Color spaces of #a24cdd

RGB 16276221
HSL0.770.680.58
HSV276°66°87°
CMYK 0.270.660.00   0.13
XYZ30.535918.070770.2852
Yxy18.07070.25680.1520
Hunter Lab42.509653.8298-68.2730
CIE-Lab49.581759.7676-59.7761

#a24cdd color RGB value is (162,76,221).

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

The process color (four color CMYK) of #a24cdd color hex is 0.27, 0.66, 0.00, 0.13. Web safe color of #a24cdd is #9933cc. Color #a24cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001100 11011101
Octal 242 114 335
Decimal 162 76 221
Hex A2 4C DD

RGB Percentages of Color #a24cdd

%35.29
%16.56
%48.15

CMYK Percentages of Color #a24cdd

%27
%66
%0
%13

Triadic Colors of #a24cdd

#a24cdd #dda24c #4cdda2

Analogous Colors of #a24cdd

#a24cdd #dd4cd0 #5a4cdd

Monochromatic Colors of #a24cdd

#a24cdd

Complementary Color

#a24cdd #87dd4c

#a24cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24cdd Color CSS Codes

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

#a24cdd Text Font Color

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

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


#a24cdd Background Color

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

This div background color is #a24cdd


#a24cdd Border Color

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

This div border color is #a24cdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,76,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 #a24cdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24cdd


Comments

No comments written yet.

Please login to write comment.