Color Hex Logo

#6228aa Color Hex

#6228AA
(98,40,170)
0 Favorites   0 Comments

Color spaces of #6228aa

RGB 9840170
HSL0.740.620.41
HSV267°76°67°
CMYK 0.420.760.00   0.33
XYZ13.05157.016538.6966
Yxy7.01650.22210.1194
Hunter Lab26.488741.5953-68.0731
CIE-Lab31.844451.7290-59.1762

#6228aa color RGB value is (98,40,170).

#6228aa hex color red value is 98, green value is 40 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6228aa hue: 0.74 , saturation: 0.62 and the lightness value of 6228aa is 0.41.

The process color (four color CMYK) of #6228aa color hex is 0.42, 0.76, 0.00, 0.33. Web safe color of #6228aa is #663399. Color #6228aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 00101000 10101010
Octal 142 50 252
Decimal 98 40 170
Hex 62 28 AA

RGB Percentages of Color #6228aa

%31.82
%12.99
%55.19

CMYK Percentages of Color #6228aa

%42
%76
%0
%33

Triadic Colors of #6228aa

#6228aa #aa6228 #28aa62

Analogous Colors of #6228aa

#6228aa #a328aa #282faa

Monochromatic Colors of #6228aa

#6228aa

Complementary Color

#6228aa #70aa28

#6228aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6228aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6228aa Color CSS Codes

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

#6228aa Text Font Color

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

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


#6228aa Background Color

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

This div background color is #6228aa


#6228aa Border Color

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

This div border color is #6228aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(98,40,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6228aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6228aa;
  -webkit-box-shadow: 1px 1px 3px 2px #6228aa;
  box-shadow:         1px 1px 3px 2px #6228aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,40,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6228aa


Comments

No comments written yet.

Please login to write comment.