Color Hex Logo

#665780 Color Hex

#665780
(102,87,128)
0 Favorites   0 Comments

Color spaces of #665780

RGB 10287128
HSL0.730.190.42
HSV262°32°50°
CMYK 0.200.320.00   0.50
XYZ12.784011.199721.9100
Yxy11.19970.27860.2440
Hunter Lab33.46609.6216-15.3907
CIE-Lab39.914815.1685-20.7942

#665780 color RGB value is (102,87,128).

#665780 hex color red value is 102, green value is 87 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #665780 hue: 0.73 , saturation: 0.19 and the lightness value of 665780 is 0.42.

The process color (four color CMYK) of #665780 color hex is 0.20, 0.32, 0.00, 0.50. Web safe color of #665780 is #666699. Color #665780 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010111 10000000
Octal 146 127 200
Decimal 102 87 128
Hex 66 57 80

RGB Percentages of Color #665780

%32.18
%27.44
%40.38

CMYK Percentages of Color #665780

%20
%32
%0
%50

Triadic Colors of #665780

#665780 #806657 #578066

Analogous Colors of #665780

#665780 #7b5780 #575d80

Monochromatic Colors of #665780

#665780

Complementary Color

#665780 #718057

#665780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665780 Color CSS Codes

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

#665780 Text Font Color

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

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


#665780 Background Color

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

This div background color is #665780


#665780 Border Color

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

This div border color is #665780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665780


Comments

No comments written yet.

Please login to write comment.