Color Hex Logo

#660aab Color Hex

#660AAB
(102,10,171)
0 Favorites   0 Comments

Color spaces of #660aab

RGB 10210171
HSL0.760.890.35
HSV274°94°67°
CMYK 0.400.940.00   0.33
XYZ12.93875.982139.0008
Yxy5.98210.22340.1033
Hunter Lab24.458351.6262-77.4219
CIE-Lab29.367361.6612-63.8175

#660aab color RGB value is (102,10,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001010 10101011
Octal 146 12 253
Decimal 102 10 171
Hex 66 A AB

RGB Percentages of Color #660aab

%36.04
%3.53
%60.42

CMYK Percentages of Color #660aab

%40
%94
%0
%33

Triadic Colors of #660aab

#660aab #ab660a #0aab66

Analogous Colors of #660aab

#660aab #ab0aa0 #160aab

Monochromatic Colors of #660aab

#660aab

Complementary Color

#660aab #4fab0a

#660aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#660aab Color CSS Codes

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

#660aab Text Font Color

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

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


#660aab Background Color

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

This div background color is #660aab


#660aab Border Color

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

This div border color is #660aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660aab


Comments

No comments written yet.

Please login to write comment.