Color Hex Logo

#a824ce Color Hex

#A824CE
(168,36,206)
0 Favorites   0 Comments

Color spaces of #a824ce

RGB 16836206
HSL0.800.700.47
HSV287°83°81°
CMYK 0.180.830.00   0.19
XYZ27.919914.042859.6315
Yxy14.04280.27480.1382
Hunter Lab37.473767.4129-68.1159
CIE-Lab44.294272.4861-59.6765

#a824ce color RGB value is (168,36,206).

#a824ce hex color red value is 168, green value is 36 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a824ce hue: 0.80 , saturation: 0.70 and the lightness value of a824ce is 0.47.

The process color (four color CMYK) of #a824ce color hex is 0.18, 0.83, 0.00, 0.19. Web safe color of #a824ce is #9933cc. Color #a824ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00100100 11001110
Octal 250 44 316
Decimal 168 36 206
Hex A8 24 CE

RGB Percentages of Color #a824ce

%40.98
%8.78
%50.24

CMYK Percentages of Color #a824ce

%18
%83
%0
%19

Triadic Colors of #a824ce

#a824ce #cea824 #24cea8

Analogous Colors of #a824ce

#a824ce #ce249f #5324ce

Monochromatic Colors of #a824ce

#a824ce

Complementary Color

#a824ce #4ace24

#a824ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a824ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a824ce Color CSS Codes

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

#a824ce Text Font Color

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

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


#a824ce Background Color

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

This div background color is #a824ce


#a824ce Border Color

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

This div border color is #a824ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,36,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a824ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a824ce;
  -webkit-box-shadow: 1px 1px 3px 2px #a824ce;
  box-shadow:         1px 1px 3px 2px #a824ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,36,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a824ce


Comments

No comments written yet.

Please login to write comment.