Color Hex Logo

#660073 Color Hex

#660073
(102,0,115)
0 Favorites   0 Comments

Color spaces of #660073

RGB 1020115
HSL0.811.000.23
HSV293°100°45°
CMYK 0.111.000.00   0.55
XYZ8.57404.062616.5519
Yxy4.06260.29370.1392
Hunter Lab20.155940.6583-34.5795
CIE-Lab23.877352.3577-37.9857

#660073 color RGB value is (102,0,115).

#660073 hex color red value is 102, green value is 0 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #660073 hue: 0.81 , saturation: 1.00 and the lightness value of 660073 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000000 01110011
Octal 146 0 163
Decimal 102 0 115
Hex 66 0 73

RGB Percentages of Color #660073

%47.00
%0.00
%53.00

CMYK Percentages of Color #660073

%11
%100
%0
%55

Triadic Colors of #660073

#660073 #736600 #007366

Analogous Colors of #660073

#660073 #730047 #2c0073

Monochromatic Colors of #660073

#660073

Complementary Color

#660073 #0d7300

#660073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660073 Color CSS Codes

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

#660073 Text Font Color

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

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


#660073 Background Color

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

This div background color is #660073


#660073 Border Color

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

This div border color is #660073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660073


Comments

No comments written yet.

Please login to write comment.