Color Hex Logo

#a24cee Color Hex

#A24CEE
(162,76,238)
0 Favorites   0 Comments

Color spaces of #a24cee

RGB 16276238
HSL0.760.830.62
HSV272°68°93°
CMYK 0.320.680.00   0.07
XYZ32.917319.023382.8258
Yxy19.02330.24430.1412
Hunter Lab43.615758.3886-82.0601
CIE-Lab50.714563.5655-67.5461

#a24cee color RGB value is (162,76,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001100 11101110
Octal 242 114 356
Decimal 162 76 238
Hex A2 4C EE

RGB Percentages of Color #a24cee

%34.03
%15.97
%50.00

CMYK Percentages of Color #a24cee

%32
%68
%0
%7

Triadic Colors of #a24cee

#a24cee #eea24c #4ceea2

Analogous Colors of #a24cee

#a24cee #ee4ce9 #514cee

Monochromatic Colors of #a24cee

#a24cee

Complementary Color

#a24cee #98ee4c

#a24cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24cee Color CSS Codes

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

#a24cee Text Font Color

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

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


#a24cee Background Color

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

This div background color is #a24cee


#a24cee Border Color

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

This div border color is #a24cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24cee


Comments

No comments written yet.

Please login to write comment.