Color Hex Logo

#6222ac Color Hex

#6222AC
(98,34,172)
0 Favorites   0 Comments

Color spaces of #6222ac

RGB 9834172
HSL0.740.670.40
HSV268°80°67°
CMYK 0.430.800.00   0.33
XYZ13.05546.719339.6386
Yxy6.71930.21970.1131
Hunter Lab25.921644.5386-72.5195
CIE-Lab31.159254.7085-61.4981

#6222ac color RGB value is (98,34,172).

#6222ac hex color red value is 98, green value is 34 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6222ac hue: 0.74 , saturation: 0.67 and the lightness value of 6222ac is 0.40.

The process color (four color CMYK) of #6222ac color hex is 0.43, 0.80, 0.00, 0.33. Web safe color of #6222ac is #663399. Color #6222ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00100010 10101100
Octal 142 42 254
Decimal 98 34 172
Hex 62 22 AC

RGB Percentages of Color #6222ac

%32.24
%11.18
%56.58

CMYK Percentages of Color #6222ac

%43
%80
%0
%33

Triadic Colors of #6222ac

#6222ac #ac6222 #22ac62

Analogous Colors of #6222ac

#6222ac #a722ac #2227ac

Monochromatic Colors of #6222ac

#6222ac

Complementary Color

#6222ac #6cac22

#6222ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6222ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6222ac Color CSS Codes

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

#6222ac Text Font Color

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

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


#6222ac Background Color

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

This div background color is #6222ac


#6222ac Border Color

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

This div border color is #6222ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6222ac


Comments

No comments written yet.

Please login to write comment.