Color Hex Logo

#661579 Color Hex

#661579
(102,21,121)
0 Favorites   0 Comments

Color spaces of #661579

RGB 10221121
HSL0.800.700.28
HSV289°83°47°
CMYK 0.160.830.00   0.53
XYZ9.19884.741618.5195
Yxy4.74160.28340.1461
Hunter Lab21.775237.2996-35.1826
CIE-Lab25.985548.5904-38.4231

#661579 color RGB value is (102,21,121).

#661579 hex color red value is 102, green value is 21 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #661579 hue: 0.80 , saturation: 0.70 and the lightness value of 661579 is 0.28.

The process color (four color CMYK) of #661579 color hex is 0.16, 0.83, 0.00, 0.53. Web safe color of #661579 is #660066. Color #661579 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010101 01111001
Octal 146 25 171
Decimal 102 21 121
Hex 66 15 79

RGB Percentages of Color #661579

%41.80
%8.61
%49.59

CMYK Percentages of Color #661579

%16
%83
%0
%53

Triadic Colors of #661579

#661579 #796615 #157966

Analogous Colors of #661579

#661579 #79155a #341579

Monochromatic Colors of #661579

#661579

Complementary Color

#661579 #287915

#661579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#661579 Color CSS Codes

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

#661579 Text Font Color

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

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


#661579 Background Color

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

This div background color is #661579


#661579 Border Color

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

This div border color is #661579


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,21,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #661579; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #661579;
  -webkit-box-shadow: 1px 1px 3px 2px #661579;
  box-shadow:         1px 1px 3px 2px #661579; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661579


Comments

No comments written yet.

Please login to write comment.