Color Hex Logo

#6a29ac Color Hex

#6A29AC
(106,41,172)
0 Favorites   0 Comments

Color spaces of #6a29ac

RGB 10641172
HSL0.750.620.42
HSV270°76°67°
CMYK 0.380.760.00   0.33
XYZ14.18327.628639.7547
Yxy7.62860.23040.1239
Hunter Lab27.619943.3273-66.0050
CIE-Lab33.197153.1486-58.1237

#6a29ac color RGB value is (106,41,172).

#6a29ac hex color red value is 106, green value is 41 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6a29ac hue: 0.75 , saturation: 0.62 and the lightness value of 6a29ac is 0.42.

The process color (four color CMYK) of #6a29ac color hex is 0.38, 0.76, 0.00, 0.33. Web safe color of #6a29ac is #663399. Color #6a29ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00101001 10101100
Octal 152 51 254
Decimal 106 41 172
Hex 6A 29 AC

RGB Percentages of Color #6a29ac

%33.23
%12.85
%53.92

CMYK Percentages of Color #6a29ac

%38
%76
%0
%33

Triadic Colors of #6a29ac

#6a29ac #ac6a29 #29ac6a

Analogous Colors of #6a29ac

#6a29ac #ac29ac #2929ac

Monochromatic Colors of #6a29ac

#6a29ac

Complementary Color

#6a29ac #6bac29

#6a29ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a29ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a29ac Color CSS Codes

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

#6a29ac Text Font Color

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

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


#6a29ac Background Color

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

This div background color is #6a29ac


#6a29ac Border Color

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

This div border color is #6a29ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,41,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a29ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a29ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6a29ac;
  box-shadow:         1px 1px 3px 2px #6a29ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a29ac


Comments

No comments written yet.

Please login to write comment.