Color Hex Logo

#660fab Color Hex

#660FAB
(102,15,171)
0 Favorites   0 Comments

Color spaces of #660fab

RGB 10215171
HSL0.760.840.36
HSV273°91°67°
CMYK 0.400.910.00   0.33
XYZ13.00106.106739.0216
Yxy6.10670.22370.1051
Hunter Lab24.711750.6644-76.3249
CIE-Lab29.680160.7250-63.3034

#660fab color RGB value is (102,15,171).

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

The process color (four color CMYK) of #660fab color hex is 0.40, 0.91, 0.00, 0.33. Web safe color of #660fab is #660099. Color #660fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001111 10101011
Octal 146 17 253
Decimal 102 15 171
Hex 66 F AB

RGB Percentages of Color #660fab

%35.42
%5.21
%59.38

CMYK Percentages of Color #660fab

%40
%91
%0
%33

Triadic Colors of #660fab

#660fab #ab660f #0fab66

Analogous Colors of #660fab

#660fab #ab0fa2 #180fab

Monochromatic Colors of #660fab

#660fab

Complementary Color

#660fab #54ab0f

#660fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#660fab Color CSS Codes

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

#660fab Text Font Color

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

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


#660fab Background Color

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

This div background color is #660fab


#660fab Border Color

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

This div border color is #660fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660fab


Comments

No comments written yet.

Please login to write comment.