Color Hex Logo

#661fab Color Hex

#661FAB
(102,31,171)
0 Favorites   0 Comments

Color spaces of #661fab

RGB 10231171
HSL0.750.690.40
HSV270°82°67°
CMYK 0.400.820.00   0.33
XYZ13.32026.745039.1279
Yxy6.74500.22500.1139
Hunter Lab25.971146.1004-71.1460
CIE-Lab31.219256.1822-60.7786

#661fab color RGB value is (102,31,171).

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

The process color (four color CMYK) of #661fab color hex is 0.40, 0.82, 0.00, 0.33. Web safe color of #661fab is #663399. Color #661fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00011111 10101011
Octal 146 37 253
Decimal 102 31 171
Hex 66 1F AB

RGB Percentages of Color #661fab

%33.55
%10.20
%56.25

CMYK Percentages of Color #661fab

%40
%82
%0
%33

Triadic Colors of #661fab

#661fab #ab661f #1fab66

Analogous Colors of #661fab

#661fab #ab1faa #201fab

Monochromatic Colors of #661fab

#661fab

Complementary Color

#661fab #64ab1f

#661fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#661fab Color CSS Codes

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

#661fab Text Font Color

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

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


#661fab Background Color

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

This div background color is #661fab


#661fab Border Color

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

This div border color is #661fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661fab


Comments

No comments written yet.

Please login to write comment.