Color Hex Logo

#655796 Color Hex

#655796
(101,87,150)
0 Favorites   0 Comments

Color spaces of #655796

RGB 10187150
HSL0.700.270.46
HSV253°42°59°
CMYK 0.330.420.00   0.41
XYZ14.280011.785130.3763
Yxy11.78510.25300.2088
Hunter Lab34.329414.1741-28.4320
CIE-Lab40.872520.6670-32.6277

#655796 color RGB value is (101,87,150).

#655796 hex color red value is 101, green value is 87 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #655796 hue: 0.70 , saturation: 0.27 and the lightness value of 655796 is 0.46.

The process color (four color CMYK) of #655796 color hex is 0.33, 0.42, 0.00, 0.41. Web safe color of #655796 is #666699. Color #655796 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010111 10010110
Octal 145 127 226
Decimal 101 87 150
Hex 65 57 96

RGB Percentages of Color #655796

%29.88
%25.74
%44.38

CMYK Percentages of Color #655796

%33
%42
%0
%41

Triadic Colors of #655796

#655796 #966557 #579665

Analogous Colors of #655796

#655796 #855796 #576996

Monochromatic Colors of #655796

#655796

Complementary Color

#655796 #889657

#655796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655796 Color CSS Codes

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

#655796 Text Font Color

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

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


#655796 Background Color

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

This div background color is #655796


#655796 Border Color

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

This div border color is #655796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655796


Comments

No comments written yet.

Please login to write comment.