Color Hex Logo

#664173 Color Hex

#664173
(102,65,115)
0 Favorites   0 Comments

Color spaces of #664173

RGB 10265115
HSL0.790.280.35
HSV284°43°45°
CMYK 0.110.430.00   0.55
XYZ10.46437.843217.1820
Yxy7.84320.29490.2210
Hunter Lab28.005717.6863-16.7715
CIE-Lab33.654225.6141-22.4667

#664173 color RGB value is (102,65,115).

#664173 hex color red value is 102, green value is 65 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #664173 hue: 0.79 , saturation: 0.28 and the lightness value of 664173 is 0.35.

The process color (four color CMYK) of #664173 color hex is 0.11, 0.43, 0.00, 0.55. Web safe color of #664173 is #663366. Color #664173 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000001 01110011
Octal 146 101 163
Decimal 102 65 115
Hex 66 41 73

RGB Percentages of Color #664173

%36.17
%23.05
%40.78

CMYK Percentages of Color #664173

%11
%43
%0
%55

Triadic Colors of #664173

#664173 #736641 #417366

Analogous Colors of #664173

#664173 #734167 #4d4173

Monochromatic Colors of #664173

#664173

Complementary Color

#664173 #4e7341

#664173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664173 Color CSS Codes

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

#664173 Text Font Color

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

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


#664173 Background Color

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

This div background color is #664173


#664173 Border Color

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

This div border color is #664173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664173


Comments

No comments written yet.

Please login to write comment.