Color Hex Logo

#660672 Color Hex

#660672
(102,6,114)
0 Favorites   0 Comments

Color spaces of #660672

RGB 1026114
HSL0.810.900.24
HSV293°95°45°
CMYK 0.110.950.00   0.55
XYZ8.58194.169916.2722
Yxy4.16990.29570.1437
Hunter Lab20.420339.2813-32.9518
CIE-Lab24.225450.9264-36.7810

#660672 color RGB value is (102,6,114).

#660672 hex color red value is 102, green value is 6 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #660672 hue: 0.81 , saturation: 0.90 and the lightness value of 660672 is 0.24.

The process color (four color CMYK) of #660672 color hex is 0.11, 0.95, 0.00, 0.55. Web safe color of #660672 is #660066. Color #660672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000110 01110010
Octal 146 6 162
Decimal 102 6 114
Hex 66 6 72

RGB Percentages of Color #660672

%45.95
%2.70
%51.35

CMYK Percentages of Color #660672

%11
%95
%0
%55

Triadic Colors of #660672

#660672 #726606 #067266

Analogous Colors of #660672

#660672 #720648 #300672

Monochromatic Colors of #660672

#660672

Complementary Color

#660672 #127206

#660672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660672 Color CSS Codes

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

#660672 Text Font Color

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

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


#660672 Background Color

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

This div background color is #660672


#660672 Border Color

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

This div border color is #660672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660672


Comments

No comments written yet.

Please login to write comment.