Color Hex Logo

#655971 Color Hex

#655971
(101,89,113)
0 Favorites   0 Comments

Color spaces of #655971

RGB 10189113
HSL0.750.120.40
HSV270°21°44°
CMYK 0.110.210.00   0.56
XYZ11.919811.103717.1378
Yxy11.10370.29680.2765
Hunter Lab33.32225.5380-7.1676
CIE-Lab39.75469.9513-11.8560

#655971 color RGB value is (101,89,113).

#655971 hex color red value is 101, green value is 89 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #655971 hue: 0.75 , saturation: 0.12 and the lightness value of 655971 is 0.40.

The process color (four color CMYK) of #655971 color hex is 0.11, 0.21, 0.00, 0.56. Web safe color of #655971 is #666666. Color #655971 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011001 01110001
Octal 145 131 161
Decimal 101 89 113
Hex 65 59 71

RGB Percentages of Color #655971

%33.33
%29.37
%37.29

CMYK Percentages of Color #655971

%11
%21
%0
%56

Triadic Colors of #655971

#655971 #716559 #597165

Analogous Colors of #655971

#655971 #715971 #595971

Monochromatic Colors of #655971

#655971

Complementary Color

#655971 #657159

#655971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655971 Color CSS Codes

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

#655971 Text Font Color

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

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


#655971 Background Color

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

This div background color is #655971


#655971 Border Color

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

This div border color is #655971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655971


Comments

No comments written yet.

Please login to write comment.