Color Hex Logo

#660aaf Color Hex

#660AAF
(102,10,175)
0 Favorites   0 Comments

Color spaces of #660aaf

RGB 10210175
HSL0.760.890.36
HSV273°94°69°
CMYK 0.420.940.00   0.31
XYZ13.32596.137041.0396
Yxy6.13700.22030.1014
Hunter Lab24.773052.6662-80.8804
CIE-Lab29.755562.5283-65.5812

#660aaf color RGB value is (102,10,175).

#660aaf hex color red value is 102, green value is 10 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #660aaf hue: 0.76 , saturation: 0.89 and the lightness value of 660aaf is 0.36.

The process color (four color CMYK) of #660aaf color hex is 0.42, 0.94, 0.00, 0.31. Web safe color of #660aaf is #660099. Color #660aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001010 10101111
Octal 146 12 257
Decimal 102 10 175
Hex 66 A AF

RGB Percentages of Color #660aaf

%35.54
%3.48
%60.98

CMYK Percentages of Color #660aaf

%42
%94
%0
%31

Triadic Colors of #660aaf

#660aaf #af660a #0aaf66

Analogous Colors of #660aaf

#660aaf #af0aa6 #140aaf

Monochromatic Colors of #660aaf

#660aaf

Complementary Color

#660aaf #53af0a

#660aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#660aaf Color CSS Codes

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

#660aaf Text Font Color

<p style="color:#660aaf">Text here</p>

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


#660aaf Background Color

<div style="background-color:#660aaf">
Div content here</div>

This div background color is #660aaf


#660aaf Border Color

<div style="border:3px solid #660aaf">
Div here</div>

This div border color is #660aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,10,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #660aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #660aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #660aaf;
  box-shadow:         1px 1px 3px 2px #660aaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660aaf


Comments

No comments written yet.

Please login to write comment.