Color Hex Logo

#655189 Color Hex

#655189
(101,81,137)
0 Favorites   0 Comments

Color spaces of #655189

RGB 10181137
HSL0.730.260.43
HSV261°41°54°
CMYK 0.260.410.00   0.46
XYZ12.824610.457725.0095
Yxy10.45770.26560.2166
Hunter Lab32.338414.1966-23.2162
CIE-Lab38.651720.8839-28.2567

#655189 color RGB value is (101,81,137).

#655189 hex color red value is 101, green value is 81 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #655189 hue: 0.73 , saturation: 0.26 and the lightness value of 655189 is 0.43.

The process color (four color CMYK) of #655189 color hex is 0.26, 0.41, 0.00, 0.46. Web safe color of #655189 is #666699. Color #655189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01010001 10001001
Octal 145 121 211
Decimal 101 81 137
Hex 65 51 89

RGB Percentages of Color #655189

%31.66
%25.39
%42.95

CMYK Percentages of Color #655189

%26
%41
%0
%46

Triadic Colors of #655189

#655189 #896551 #518965

Analogous Colors of #655189

#655189 #815189 #515989

Monochromatic Colors of #655189

#655189

Complementary Color

#655189 #758951

#655189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655189 Color CSS Codes

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

#655189 Text Font Color

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

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


#655189 Background Color

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

This div background color is #655189


#655189 Border Color

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

This div border color is #655189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655189


Comments

No comments written yet.

Please login to write comment.