Color Hex Logo

#6620ad Color Hex

#6620AD
(102,32,173)
0 Favorites   0 Comments

Color spaces of #6620ad

RGB 10232173
HSL0.750.690.40
HSV270°82°68°
CMYK 0.410.820.00   0.32
XYZ13.53886.874940.1486
Yxy6.87490.22360.1135
Hunter Lab26.220046.2840-72.4319
CIE-Lab31.520456.2970-61.4851

#6620ad color RGB value is (102,32,173).

#6620ad hex color red value is 102, green value is 32 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #6620ad hue: 0.75 , saturation: 0.69 and the lightness value of 6620ad is 0.40.

The process color (four color CMYK) of #6620ad color hex is 0.41, 0.82, 0.00, 0.32. Web safe color of #6620ad is #663399. Color #6620ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00100000 10101101
Octal 146 40 255
Decimal 102 32 173
Hex 66 20 AD

RGB Percentages of Color #6620ad

%33.22
%10.42
%56.35

CMYK Percentages of Color #6620ad

%41
%82
%0
%32

Triadic Colors of #6620ad

#6620ad #ad6620 #20ad66

Analogous Colors of #6620ad

#6620ad #ad20ad #2021ad

Monochromatic Colors of #6620ad

#6620ad

Complementary Color

#6620ad #67ad20

#6620ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6620ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#6620ad Color CSS Codes

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

#6620ad Text Font Color

<p style="color:#6620ad">Text here</p>

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


#6620ad Background Color

<div style="background-color:#6620ad">
Div content here</div>

This div background color is #6620ad


#6620ad Border Color

<div style="border:3px solid #6620ad">
Div here</div>

This div border color is #6620ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,32,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6620ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6620ad;
  -webkit-box-shadow: 1px 1px 3px 2px #6620ad;
  box-shadow:         1px 1px 3px 2px #6620ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,32,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6620ad


Comments

No comments written yet.

Please login to write comment.