Color Hex Logo

#655271 Color Hex

#655271
(101,82,113)
0 Favorites   0 Comments

Color spaces of #655271

RGB 10182113
HSL0.770.160.38
HSV277°27°44°
CMYK 0.110.270.00   0.56
XYZ11.36489.993516.9527
Yxy9.99350.29660.2609
Hunter Lab31.61258.8495-9.6664
CIE-Lab37.830814.2974-14.7827

#655271 color RGB value is (101,82,113).

#655271 hex color red value is 101, green value is 82 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #655271 hue: 0.77 , saturation: 0.16 and the lightness value of 655271 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010010 01110001
Octal 145 122 161
Decimal 101 82 113
Hex 65 52 71

RGB Percentages of Color #655271

%34.12
%27.70
%38.18

CMYK Percentages of Color #655271

%11
%27
%0
%56

Triadic Colors of #655271

#655271 #716552 #527165

Analogous Colors of #655271

#655271 #71526e #565271

Monochromatic Colors of #655271

#655271

Complementary Color

#655271 #5e7152

#655271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655271 Color CSS Codes

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

#655271 Text Font Color

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

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


#655271 Background Color

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

This div background color is #655271


#655271 Border Color

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

This div border color is #655271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655271


Comments

No comments written yet.

Please login to write comment.