Color Hex Logo

#656271 Color Hex

#656271
(101,98,113)
0 Favorites   0 Comments

Color spaces of #656271

RGB 10198113
HSL0.700.070.41
HSV252°13°44°
CMYK 0.110.130.00   0.56
XYZ12.715112.694317.4029
Yxy12.69430.29700.2965
Hunter Lab35.62911.3512-4.0197
CIE-Lab42.29904.4308-8.0230

#656271 color RGB value is (101,98,113).

#656271 hex color red value is 101, green value is 98 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #656271 hue: 0.70 , saturation: 0.07 and the lightness value of 656271 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01100010 01110001
Octal 145 142 161
Decimal 101 98 113
Hex 65 62 71

RGB Percentages of Color #656271

%32.37
%31.41
%36.22

CMYK Percentages of Color #656271

%11
%13
%0
%56

Triadic Colors of #656271

#656271 #716562 #627165

Analogous Colors of #656271

#656271 #6d6271 #626771

Monochromatic Colors of #656271

#656271

Complementary Color

#656271 #6e7162

#656271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#656271 Color CSS Codes

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

#656271 Text Font Color

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

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


#656271 Background Color

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

This div background color is #656271


#656271 Border Color

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

This div border color is #656271


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,98,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 #656271">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656271


Comments

No comments written yet.

Please login to write comment.