Color Hex Logo

#665377 Color Hex

#665377
(102,83,119)
0 Favorites   0 Comments

Color spaces of #665377

RGB 10283119
HSL0.750.180.40
HSV272°30°47°
CMYK 0.140.300.00   0.53
XYZ11.902510.343218.8219
Yxy10.34320.28980.2519
Hunter Lab32.16089.7801-12.1864
CIE-Lab38.451515.4470-17.5299

#665377 color RGB value is (102,83,119).

#665377 hex color red value is 102, green value is 83 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #665377 hue: 0.75 , saturation: 0.18 and the lightness value of 665377 is 0.40.

The process color (four color CMYK) of #665377 color hex is 0.14, 0.30, 0.00, 0.53. Web safe color of #665377 is #666666. Color #665377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010011 01110111
Octal 146 123 167
Decimal 102 83 119
Hex 66 53 77

RGB Percentages of Color #665377

%33.55
%27.30
%39.14

CMYK Percentages of Color #665377

%14
%30
%0
%53

Triadic Colors of #665377

#665377 #776653 #537766

Analogous Colors of #665377

#665377 #775376 #545377

Monochromatic Colors of #665377

#665377

Complementary Color

#665377 #647753

#665377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665377 Color CSS Codes

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

#665377 Text Font Color

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

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


#665377 Background Color

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

This div background color is #665377


#665377 Border Color

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

This div border color is #665377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665377


Comments

No comments written yet.

Please login to write comment.