Color Hex Logo

#665197 Color Hex

#665197
(102,81,151)
0 Favorites   0 Comments

Color spaces of #665197

RGB 10281151
HSL0.720.300.45
HSV258°46°59°
CMYK 0.320.460.00   0.41
XYZ14.007810.944030.6523
Yxy10.94400.25190.1968
Hunter Lab33.081717.6893-31.7787
CIE-Lab39.486024.9436-35.4129

#665197 color RGB value is (102,81,151).

#665197 hex color red value is 102, green value is 81 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #665197 hue: 0.72 , saturation: 0.30 and the lightness value of 665197 is 0.45.

The process color (four color CMYK) of #665197 color hex is 0.32, 0.46, 0.00, 0.41. Web safe color of #665197 is #666699. Color #665197 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010001 10010111
Octal 146 121 227
Decimal 102 81 151
Hex 66 51 97

RGB Percentages of Color #665197

%30.54
%24.25
%45.21

CMYK Percentages of Color #665197

%32
%46
%0
%41

Triadic Colors of #665197

#665197 #976651 #519766

Analogous Colors of #665197

#665197 #895197 #515f97

Monochromatic Colors of #665197

#665197

Complementary Color

#665197 #829751

#665197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665197 Color CSS Codes

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

#665197 Text Font Color

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

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


#665197 Background Color

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

This div background color is #665197


#665197 Border Color

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

This div border color is #665197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665197


Comments

No comments written yet.

Please login to write comment.