Color Hex Logo

#655ebb Color Hex

#655EBB
(101,94,187)
0 Favorites   0 Comments

Color spaces of #655ebb

RGB 10194187
HSL0.680.410.55
HSV245°50°73°
CMYK 0.460.500.00   0.27
XYZ18.339214.360048.8189
Yxy14.36000.22500.1762
Hunter Lab37.894620.0701-49.8560
CIE-Lab44.744927.0930-48.3431

#655ebb color RGB value is (101,94,187).

#655ebb hex color red value is 101, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #655ebb hue: 0.68 , saturation: 0.41 and the lightness value of 655ebb is 0.55.

The process color (four color CMYK) of #655ebb color hex is 0.46, 0.50, 0.00, 0.27. Web safe color of #655ebb is #6666cc. Color #655ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01011110 10111011
Octal 145 136 273
Decimal 101 94 187
Hex 65 5E BB

RGB Percentages of Color #655ebb

%26.44
%24.61
%48.95

CMYK Percentages of Color #655ebb

%46
%50
%0
%27

Triadic Colors of #655ebb

#655ebb #bb655e #5ebb65

Analogous Colors of #655ebb

#655ebb #945ebb #5e86bb

Monochromatic Colors of #655ebb

#655ebb

Complementary Color

#655ebb #b4bb5e

#655ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#655ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#655ebb Color CSS Codes

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

#655ebb Text Font Color

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

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


#655ebb Background Color

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

This div background color is #655ebb


#655ebb Border Color

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

This div border color is #655ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #655ebb


Comments

No comments written yet.

Please login to write comment.