Color Hex Logo

#665672 Color Hex

#665672
(102,86,114)
0 Favorites   0 Comments

Color spaces of #665672

RGB 10286114
HSL0.760.140.39
HSV274°25°45°
CMYK 0.110.250.00   0.55
XYZ11.844510.695317.3597
Yxy10.69530.29690.2681
Hunter Lab32.70377.4171-8.5796
CIE-Lab39.062512.4064-13.5133

#665672 color RGB value is (102,86,114).

#665672 hex color red value is 102, green value is 86 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #665672 hue: 0.76 , saturation: 0.14 and the lightness value of 665672 is 0.39.

The process color (four color CMYK) of #665672 color hex is 0.11, 0.25, 0.00, 0.55. Web safe color of #665672 is #666666. Color #665672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010110 01110010
Octal 146 126 162
Decimal 102 86 114
Hex 66 56 72

RGB Percentages of Color #665672

%33.77
%28.48
%37.75

CMYK Percentages of Color #665672

%11
%25
%0
%55

Triadic Colors of #665672

#665672 #726656 #567266

Analogous Colors of #665672

#665672 #725670 #585672

Monochromatic Colors of #665672

#665672

Complementary Color

#665672 #627256

#665672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#665672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#665672 Color CSS Codes

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

#665672 Text Font Color

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

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


#665672 Background Color

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

This div background color is #665672


#665672 Border Color

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

This div border color is #665672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #665672


Comments

No comments written yet.

Please login to write comment.