Color Hex Logo

#655693 Color Hex

#655693
(101,86,147)
0 Favorites   0 Comments

Color spaces of #655693

RGB 10186147
HSL0.710.260.46
HSV255°41°58°
CMYK 0.310.410.00   0.42
XYZ13.961111.528929.0932
Yxy11.52890.25580.2112
Hunter Lab33.954213.9747-27.0338
CIE-Lab40.457420.4628-31.4769

#655693 color RGB value is (101,86,147).

#655693 hex color red value is 101, green value is 86 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #655693 hue: 0.71 , saturation: 0.26 and the lightness value of 655693 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010110 10010011
Octal 145 126 223
Decimal 101 86 147
Hex 65 56 93

RGB Percentages of Color #655693

%30.24
%25.75
%44.01

CMYK Percentages of Color #655693

%31
%41
%0
%42

Triadic Colors of #655693

#655693 #936556 #569365

Analogous Colors of #655693

#655693 #845693 #566693

Monochromatic Colors of #655693

#655693

Complementary Color

#655693 #849356

#655693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655693 Color CSS Codes

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

#655693 Text Font Color

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

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


#655693 Background Color

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

This div background color is #655693


#655693 Border Color

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

This div border color is #655693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655693


Comments

No comments written yet.

Please login to write comment.