Color Hex Logo

#6400aa Color Hex

#6400AA
(100,0,170)
0 Favorites   0 Comments

Color spaces of #6400aa

RGB 1000170
HSL0.761.000.33
HSV275°100°67°
CMYK 0.411.000.00   0.33
XYZ12.51125.611638.4539
Yxy5.61160.22110.0992
Hunter Lab23.688852.8190-79.6629
CIE-Lab28.410662.9201-64.7998

#6400aa color RGB value is (100,0,170).

#6400aa hex color red value is 100, green value is 0 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6400aa hue: 0.76 , saturation: 1.00 and the lightness value of 6400aa is 0.33.

The process color (four color CMYK) of #6400aa color hex is 0.41, 1.00, 0.00, 0.33. Web safe color of #6400aa is #660099. Color #6400aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 00000000 10101010
Octal 144 0 252
Decimal 100 0 170
Hex 64 0 AA

RGB Percentages of Color #6400aa

%37.04
%0.00
%62.96

CMYK Percentages of Color #6400aa

%41
%100
%0
%33

Triadic Colors of #6400aa

#6400aa #aa6400 #00aa64

Analogous Colors of #6400aa

#6400aa #aa009b #0f00aa

Monochromatic Colors of #6400aa

#6400aa

Complementary Color

#6400aa #46aa00

#6400aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6400aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6400aa Color CSS Codes

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

#6400aa Text Font Color

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

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


#6400aa Background Color

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

This div background color is #6400aa


#6400aa Border Color

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

This div border color is #6400aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,0,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 #6400aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6400aa


Comments

No comments written yet.

Please login to write comment.