Color Hex Logo

#a629ce Color Hex

#A629CE
(166,41,206)
0 Favorites   0 Comments

Color spaces of #a629ce

RGB 16641206
HSL0.790.670.48
HSV285°80°81°
CMYK 0.190.800.00   0.19
XYZ27.659414.149159.6658
Yxy14.14910.27260.1394
Hunter Lab37.615365.4285-67.7158
CIE-Lab44.446070.7950-59.4462

#a629ce color RGB value is (166,41,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101001 11001110
Octal 246 51 316
Decimal 166 41 206
Hex A6 29 CE

RGB Percentages of Color #a629ce

%40.19
%9.93
%49.88

CMYK Percentages of Color #a629ce

%19
%80
%0
%19

Triadic Colors of #a629ce

#a629ce #cea629 #29cea6

Analogous Colors of #a629ce

#a629ce #ce29a4 #5329ce

Monochromatic Colors of #a629ce

#a629ce

Complementary Color

#a629ce #51ce29

#a629ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a629ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a629ce Color CSS Codes

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

#a629ce Text Font Color

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

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


#a629ce Background Color

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

This div background color is #a629ce


#a629ce Border Color

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

This div border color is #a629ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a629ce


Comments

No comments written yet.

Please login to write comment.