Color Hex Logo

#665782 Color Hex

#665782
(102,87,130)
0 Favorites   0 Comments

Color spaces of #665782

RGB 10287130
HSL0.720.200.43
HSV261°33°51°
CMYK 0.220.330.00   0.49
XYZ12.916911.252922.6103
Yxy11.25290.27610.2405
Hunter Lab33.545310.0285-16.4810
CIE-Lab40.003215.6721-21.8774

#665782 color RGB value is (102,87,130).

#665782 hex color red value is 102, green value is 87 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #665782 hue: 0.72 , saturation: 0.20 and the lightness value of 665782 is 0.43.

The process color (four color CMYK) of #665782 color hex is 0.22, 0.33, 0.00, 0.49. Web safe color of #665782 is #666699. Color #665782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010111 10000010
Octal 146 127 202
Decimal 102 87 130
Hex 66 57 82

RGB Percentages of Color #665782

%31.97
%27.27
%40.75

CMYK Percentages of Color #665782

%22
%33
%0
%49

Triadic Colors of #665782

#665782 #826657 #578266

Analogous Colors of #665782

#665782 #7c5782 #575d82

Monochromatic Colors of #665782

#665782

Complementary Color

#665782 #738257

#665782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665782 Color CSS Codes

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

#665782 Text Font Color

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

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


#665782 Background Color

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

This div background color is #665782


#665782 Border Color

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

This div border color is #665782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665782


Comments

No comments written yet.

Please login to write comment.