Color Hex Logo

#661aac Color Hex

#661AAC
(102,26,172)
0 Favorites   0 Comments

Color spaces of #661aac

RGB 10226172
HSL0.750.740.39
HSV271°85°67°
CMYK 0.410.850.00   0.33
XYZ13.29536.542139.5917
Yxy6.54210.22370.1101
Hunter Lab25.577548.0243-73.8713
CIE-Lab30.740958.0819-62.1629

#661aac color RGB value is (102,26,172).

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

The process color (four color CMYK) of #661aac color hex is 0.41, 0.85, 0.00, 0.33. Web safe color of #661aac is #663399. Color #661aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00011010 10101100
Octal 146 32 254
Decimal 102 26 172
Hex 66 1A AC

RGB Percentages of Color #661aac

%34.00
%8.67
%57.33

CMYK Percentages of Color #661aac

%41
%85
%0
%33

Triadic Colors of #661aac

#661aac #ac661a #1aac66

Analogous Colors of #661aac

#661aac #ac1aa9 #1d1aac

Monochromatic Colors of #661aac

#661aac

Complementary Color

#661aac #60ac1a

#661aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#661aac Color CSS Codes

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

#661aac Text Font Color

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

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


#661aac Background Color

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

This div background color is #661aac


#661aac Border Color

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

This div border color is #661aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661aac


Comments

No comments written yet.

Please login to write comment.