Color Hex Logo

#655e88 Color Hex

#655E88
(101,94,136)
0 Favorites   0 Comments

Color spaces of #655e88

RGB 10194136
HSL0.690.180.45
HSV250°31°53°
CMYK 0.260.310.00   0.47
XYZ13.813512.549724.9868
Yxy12.54970.26900.2444
Hunter Lab35.42567.6078-17.0213
CIE-Lab42.076812.5496-22.3143

#655e88 color RGB value is (101,94,136).

#655e88 hex color red value is 101, green value is 94 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #655e88 hue: 0.69 , saturation: 0.18 and the lightness value of 655e88 is 0.45.

The process color (four color CMYK) of #655e88 color hex is 0.26, 0.31, 0.00, 0.47. Web safe color of #655e88 is #666699. Color #655e88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011110 10001000
Octal 145 136 210
Decimal 101 94 136
Hex 65 5E 88

RGB Percentages of Color #655e88

%30.51
%28.40
%41.09

CMYK Percentages of Color #655e88

%26
%31
%0
%47

Triadic Colors of #655e88

#655e88 #88655e #5e8865

Analogous Colors of #655e88

#655e88 #7a5e88 #5e6c88

Monochromatic Colors of #655e88

#655e88

Complementary Color

#655e88 #81885e

#655e88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655e88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#655e88 Color CSS Codes

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

#655e88 Text Font Color

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

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


#655e88 Background Color

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

This div background color is #655e88


#655e88 Border Color

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

This div border color is #655e88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,94,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #655e88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #655e88;
  -webkit-box-shadow: 1px 1px 3px 2px #655e88;
  box-shadow:         1px 1px 3px 2px #655e88; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655e88


Comments

No comments written yet.

Please login to write comment.