Color Hex Logo

#656ebe Color Hex

#656EBE
(101,110,190)
0 Favorites   0 Comments

Color spaces of #656ebe

RGB 101110190
HSL0.650.410.57
HSV234°47°75°
CMYK 0.470.420.00   0.25
XYZ20.237017.636351.0527
Yxy17.63630.22760.1983
Hunter Lab41.995612.5240-42.6800
CIE-Lab49.052018.1688-43.2170

#656ebe color RGB value is (101,110,190).

#656ebe hex color red value is 101, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #656ebe hue: 0.65 , saturation: 0.41 and the lightness value of 656ebe is 0.57.

The process color (four color CMYK) of #656ebe color hex is 0.47, 0.42, 0.00, 0.25. Web safe color of #656ebe is #6666cc. Color #656ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101110 10111110
Octal 145 156 276
Decimal 101 110 190
Hex 65 6E BE

RGB Percentages of Color #656ebe

%25.19
%27.43
%47.38

CMYK Percentages of Color #656ebe

%47
%42
%0
%25

Triadic Colors of #656ebe

#656ebe #be656e #6ebe65

Analogous Colors of #656ebe

#656ebe #8965be #659bbe

Monochromatic Colors of #656ebe

#656ebe

Complementary Color

#656ebe #beb565

#656ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#656ebe Color CSS Codes

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

#656ebe Text Font Color

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

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


#656ebe Background Color

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

This div background color is #656ebe


#656ebe Border Color

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

This div border color is #656ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,110,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #656ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #656ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #656ebe;
  box-shadow:         1px 1px 3px 2px #656ebe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656ebe


Comments

No comments written yet.

Please login to write comment.