Color Hex Logo

#655c79 Color Hex

#655C79
(101,92,121)
0 Favorites   0 Comments

Color spaces of #655c79

RGB 10192121
HSL0.720.140.42
HSV259°24°47°
CMYK 0.170.240.00   0.53
XYZ12.645211.801519.7006
Yxy11.80150.28640.2673
Hunter Lab34.35335.5862-9.9537
CIE-Lab40.89899.9962-15.0177

#655c79 color RGB value is (101,92,121).

#655c79 hex color red value is 101, green value is 92 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #655c79 hue: 0.72 , saturation: 0.14 and the lightness value of 655c79 is 0.42.

The process color (four color CMYK) of #655c79 color hex is 0.17, 0.24, 0.00, 0.53. Web safe color of #655c79 is #666666. Color #655c79 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011100 01111001
Octal 145 134 171
Decimal 101 92 121
Hex 65 5C 79

RGB Percentages of Color #655c79

%32.17
%29.30
%38.54

CMYK Percentages of Color #655c79

%17
%24
%0
%53

Triadic Colors of #655c79

#655c79 #79655c #5c7965

Analogous Colors of #655c79

#655c79 #745c79 #5c6279

Monochromatic Colors of #655c79

#655c79

Complementary Color

#655c79 #70795c

#655c79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655c79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655c79 Color CSS Codes

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

#655c79 Text Font Color

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

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


#655c79 Background Color

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

This div background color is #655c79


#655c79 Border Color

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

This div border color is #655c79


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,92,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #655c79; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #655c79;
  -webkit-box-shadow: 1px 1px 3px 2px #655c79;
  box-shadow:         1px 1px 3px 2px #655c79; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655c79


Comments

No comments written yet.

Please login to write comment.