Color Hex Logo

#655676 Color Hex

#655676
(101,86,118)
0 Favorites   0 Comments

Color spaces of #655676

RGB 10186118
HSL0.740.160.40
HSV268°27°46°
CMYK 0.140.270.00   0.54
XYZ11.964610.730318.5801
Yxy10.73030.28990.2600
Hunter Lab32.75717.8724-10.6997
CIE-Lab39.122512.9891-15.8939

#655676 color RGB value is (101,86,118).

#655676 hex color red value is 101, green value is 86 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #655676 hue: 0.74 , saturation: 0.16 and the lightness value of 655676 is 0.40.

The process color (four color CMYK) of #655676 color hex is 0.14, 0.27, 0.00, 0.54. Web safe color of #655676 is #666666. Color #655676 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010110 01110110
Octal 145 126 166
Decimal 101 86 118
Hex 65 56 76

RGB Percentages of Color #655676

%33.11
%28.20
%38.69

CMYK Percentages of Color #655676

%14
%27
%0
%54

Triadic Colors of #655676

#655676 #766556 #567665

Analogous Colors of #655676

#655676 #755676 #565776

Monochromatic Colors of #655676

#655676

Complementary Color

#655676 #677656

#655676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655676 Color CSS Codes

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

#655676 Text Font Color

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

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


#655676 Background Color

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

This div background color is #655676


#655676 Border Color

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

This div border color is #655676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655676


Comments

No comments written yet.

Please login to write comment.