Color Hex Logo

#6642ac Color Hex

#6642AC
(102,66,172)
0 Favorites   0 Comments

Color spaces of #6642ac

RGB 10266172
HSL0.720.450.47
HSV260°62°67°
CMYK 0.410.620.00   0.33
XYZ14.87419.699840.1180
Yxy9.69980.22990.1499
Hunter Lab31.144530.7458-54.5718
CIE-Lab37.298239.7099-51.4870

#6642ac color RGB value is (102,66,172).

#6642ac hex color red value is 102, green value is 66 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6642ac hue: 0.72 , saturation: 0.45 and the lightness value of 6642ac is 0.47.

The process color (four color CMYK) of #6642ac color hex is 0.41, 0.62, 0.00, 0.33. Web safe color of #6642ac is #663399. Color #6642ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000010 10101100
Octal 146 102 254
Decimal 102 66 172
Hex 66 42 AC

RGB Percentages of Color #6642ac

%30.00
%19.41
%50.59

CMYK Percentages of Color #6642ac

%41
%62
%0
%33

Triadic Colors of #6642ac

#6642ac #ac6642 #42ac66

Analogous Colors of #6642ac

#6642ac #9b42ac #4253ac

Monochromatic Colors of #6642ac

#6642ac

Complementary Color

#6642ac #88ac42

#6642ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6642ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6642ac Color CSS Codes

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

#6642ac Text Font Color

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

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


#6642ac Background Color

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

This div background color is #6642ac


#6642ac Border Color

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

This div border color is #6642ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,66,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6642ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6642ac;
  -webkit-box-shadow: 1px 1px 3px 2px #6642ac;
  box-shadow:         1px 1px 3px 2px #6642ac; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6642ac


Comments

No comments written yet.

Please login to write comment.