Color Hex Logo

#660370 Color Hex

#660370
(102,3,112)
0 Favorites   0 Comments

Color spaces of #660370

RGB 1023112
HSL0.820.950.23
HSV294°97°44°
CMYK 0.090.970.00   0.56
XYZ8.43674.059815.6682
Yxy4.05980.29950.1441
Hunter Lab20.148939.4803-32.0008
CIE-Lab23.868251.1938-36.0670

#660370 color RGB value is (102,3,112).

#660370 hex color red value is 102, green value is 3 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #660370 hue: 0.82 , saturation: 0.95 and the lightness value of 660370 is 0.23.

The process color (four color CMYK) of #660370 color hex is 0.09, 0.97, 0.00, 0.56. Web safe color of #660370 is #660066. Color #660370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000011 01110000
Octal 146 3 160
Decimal 102 3 112
Hex 66 3 70

RGB Percentages of Color #660370

%47.00
%1.38
%51.61

CMYK Percentages of Color #660370

%9
%97
%0
%56

Triadic Colors of #660370

#660370 #706603 #037066

Analogous Colors of #660370

#660370 #700344 #300370

Monochromatic Colors of #660370

#660370

Complementary Color

#660370 #0d7003

#660370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660370 Color CSS Codes

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

#660370 Text Font Color

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

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


#660370 Background Color

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

This div background color is #660370


#660370 Border Color

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

This div border color is #660370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660370


Comments

No comments written yet.

Please login to write comment.