Color Hex Logo

#a829cd Color Hex

#A829CD
(168,41,205)
0 Favorites   0 Comments

Color spaces of #a829cd

RGB 16841205
HSL0.800.670.48
HSV286°80°80°
CMYK 0.180.800.00   0.20
XYZ27.960814.318559.0477
Yxy14.31850.27590.1413
Hunter Lab37.839865.6786-66.0322
CIE-Lab44.686370.9585-58.4649

#a829cd color RGB value is (168,41,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101001 11001101
Octal 250 51 315
Decimal 168 41 205
Hex A8 29 CD

RGB Percentages of Color #a829cd

%40.58
%9.90
%49.52

CMYK Percentages of Color #a829cd

%18
%80
%0
%20

Triadic Colors of #a829cd

#a829cd #cda829 #29cda8

Analogous Colors of #a829cd

#a829cd #cd29a0 #5629cd

Monochromatic Colors of #a829cd

#a829cd

Complementary Color

#a829cd #4ecd29

#a829cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a829cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a829cd Color CSS Codes

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

#a829cd Text Font Color

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

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


#a829cd Background Color

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

This div background color is #a829cd


#a829cd Border Color

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

This div border color is #a829cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a829cd


Comments

No comments written yet.

Please login to write comment.