Color Hex Logo

#660779 Color Hex

#660779
(102,7,121)
0 Favorites   0 Comments

Color spaces of #660779

RGB 1027121
HSL0.810.890.25
HSV290°94°47°
CMYK 0.160.940.00   0.53
XYZ9.00674.357218.4555
Yxy4.35720.28310.1369
Hunter Lab20.873940.4901-37.8090
CIE-Lab24.818852.0100-40.3068

#660779 color RGB value is (102,7,121).

#660779 hex color red value is 102, green value is 7 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #660779 hue: 0.81 , saturation: 0.89 and the lightness value of 660779 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000111 01111001
Octal 146 7 171
Decimal 102 7 121
Hex 66 7 79

RGB Percentages of Color #660779

%44.35
%3.04
%52.61

CMYK Percentages of Color #660779

%16
%94
%0
%53

Triadic Colors of #660779

#660779 #796607 #077966

Analogous Colors of #660779

#660779 #790753 #2d0779

Monochromatic Colors of #660779

#660779

Complementary Color

#660779 #1a7907

#660779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660779 Color CSS Codes

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

#660779 Text Font Color

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

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


#660779 Background Color

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

This div background color is #660779


#660779 Border Color

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

This div border color is #660779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660779


Comments

No comments written yet.

Please login to write comment.