Color Hex Logo

#661aaf Color Hex

#661AAF
(102,26,175)
0 Favorites   0 Comments

Color spaces of #661aaf

RGB 10226175
HSL0.750.740.39
HSV271°85°69°
CMYK 0.420.850.00   0.31
XYZ13.58676.658741.1266
Yxy6.65870.22140.1085
Hunter Lab25.804548.8270-76.4320
CIE-Lab31.017058.7746-63.5083

#661aaf color RGB value is (102,26,175).

#661aaf hex color red value is 102, green value is 26 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #661aaf hue: 0.75 , saturation: 0.74 and the lightness value of 661aaf is 0.39.

The process color (four color CMYK) of #661aaf color hex is 0.42, 0.85, 0.00, 0.31. Web safe color of #661aaf is #663399. Color #661aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00011010 10101111
Octal 146 32 257
Decimal 102 26 175
Hex 66 1A AF

RGB Percentages of Color #661aaf

%33.66
%8.58
%57.76

CMYK Percentages of Color #661aaf

%42
%85
%0
%31

Triadic Colors of #661aaf

#661aaf #af661a #1aaf66

Analogous Colors of #661aaf

#661aaf #af1aae #1c1aaf

Monochromatic Colors of #661aaf

#661aaf

Complementary Color

#661aaf #63af1a

#661aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#661aaf Color CSS Codes

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

#661aaf Text Font Color

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

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


#661aaf Background Color

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

This div background color is #661aaf


#661aaf Border Color

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

This div border color is #661aaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,26,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 #661aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661aaf


Comments

No comments written yet.

Please login to write comment.