Color Hex Logo

#6a32ac Color Hex

#6A32AC
(106,50,172)
0 Favorites   0 Comments

Color spaces of #6a32ac

RGB 10650172
HSL0.740.550.44
HSV268°71°67°
CMYK 0.380.710.00   0.33
XYZ14.53098.323939.8705
Yxy8.32390.23170.1327
Hunter Lab28.851239.4120-61.7392
CIE-Lab34.648549.0422-55.7598

#6a32ac color RGB value is (106,50,172).

#6a32ac hex color red value is 106, green value is 50 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6a32ac hue: 0.74 , saturation: 0.55 and the lightness value of 6a32ac is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 00110010 10101100
Octal 152 62 254
Decimal 106 50 172
Hex 6A 32 AC

RGB Percentages of Color #6a32ac

%32.32
%15.24
%52.44

CMYK Percentages of Color #6a32ac

%38
%71
%0
%33

Triadic Colors of #6a32ac

#6a32ac #ac6a32 #32ac6a

Analogous Colors of #6a32ac

#6a32ac #a732ac #3237ac

Monochromatic Colors of #6a32ac

#6a32ac

Complementary Color

#6a32ac #74ac32

#6a32ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a32ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a32ac Color CSS Codes

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

#6a32ac Text Font Color

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

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


#6a32ac Background Color

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

This div background color is #6a32ac


#6a32ac Border Color

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

This div border color is #6a32ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a32ac


Comments

No comments written yet.

Please login to write comment.