Color Hex Logo

#a829ce Color Hex

#A829CE
(168,41,206)
0 Favorites   0 Comments

Color spaces of #a829ce

RGB 16841206
HSL0.790.670.48
HSV286°80°81°
CMYK 0.180.800.00   0.19
XYZ28.082014.366959.6855
Yxy14.36690.27500.1407
Hunter Lab37.903765.9152-66.8291
CIE-Lab44.754671.1439-58.9322

#a829ce color RGB value is (168,41,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00101001 11001110
Octal 250 51 316
Decimal 168 41 206
Hex A8 29 CE

RGB Percentages of Color #a829ce

%40.48
%9.88
%49.64

CMYK Percentages of Color #a829ce

%18
%80
%0
%19

Triadic Colors of #a829ce

#a829ce #cea829 #29cea8

Analogous Colors of #a829ce

#a829ce #ce29a2 #5529ce

Monochromatic Colors of #a829ce

#a829ce

Complementary Color

#a829ce #4fce29

#a829ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a829ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a829ce Color CSS Codes

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

#a829ce Text Font Color

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

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


#a829ce Background Color

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

This div background color is #a829ce


#a829ce Border Color

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

This div border color is #a829ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a829ce


Comments

No comments written yet.

Please login to write comment.