Color Hex Logo

#a829cc Color Hex

#A829CC
(168,41,204)
0 Favorites   0 Comments

Color spaces of #a829cc

RGB 16841204
HSL0.800.670.48
HSV287°80°80°
CMYK 0.180.800.00   0.20
XYZ27.840514.270358.4138
Yxy14.27030.27700.1420
Hunter Lab37.776165.4443-65.2380
CIE-Lab44.618170.7748-57.9967

#a829cc color RGB value is (168,41,204).

#a829cc hex color red value is 168, green value is 41 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a829cc hue: 0.80 , saturation: 0.67 and the lightness value of a829cc is 0.48.

The process color (four color CMYK) of #a829cc color hex is 0.18, 0.80, 0.00, 0.20. Web safe color of #a829cc is #9933cc. Color #a829cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101001 11001100
Octal 250 51 314
Decimal 168 41 204
Hex A8 29 CC

RGB Percentages of Color #a829cc

%40.68
%9.93
%49.39

CMYK Percentages of Color #a829cc

%18
%80
%0
%20

Triadic Colors of #a829cc

#a829cc #cca829 #29cca8

Analogous Colors of #a829cc

#a829cc #cc299f #5629cc

Monochromatic Colors of #a829cc

#a829cc

Complementary Color

#a829cc #4dcc29

#a829cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a829cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a829cc Color CSS Codes

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

#a829cc Text Font Color

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

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


#a829cc Background Color

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

This div background color is #a829cc


#a829cc Border Color

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

This div border color is #a829cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a829cc


Comments

No comments written yet.

Please login to write comment.