Color Hex Logo

#664473 Color Hex

#664473
(102,68,115)
0 Favorites   0 Comments

Color spaces of #664473

RGB 10268115
HSL0.790.260.36
HSV283°41°45°
CMYK 0.110.410.00   0.55
XYZ10.64118.196817.2410
Yxy8.19680.29490.2272
Hunter Lab28.630116.2415-15.6634
CIE-Lab34.389423.7870-21.3226

#664473 color RGB value is (102,68,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 01000100 01110011
Octal 146 104 163
Decimal 102 68 115
Hex 66 44 73

RGB Percentages of Color #664473

%35.79
%23.86
%40.35

CMYK Percentages of Color #664473

%11
%41
%0
%55

Triadic Colors of #664473

#664473 #736644 #447366

Analogous Colors of #664473

#664473 #734469 #4f4473

Monochromatic Colors of #664473

#664473

Complementary Color

#664473 #517344

#664473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#664473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#664473 Color CSS Codes

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

#664473 Text Font Color

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

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


#664473 Background Color

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

This div background color is #664473


#664473 Border Color

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

This div border color is #664473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #664473


Comments

No comments written yet.

Please login to write comment.