Color Hex Logo

#656abe Color Hex

#656ABE
(101,106,190)
0 Favorites   0 Comments

Color spaces of #656abe

RGB 101106190
HSL0.660.410.57
HSV237°47°75°
CMYK 0.470.440.00   0.25
XYZ19.815116.792550.9121
Yxy16.79250.22640.1919
Hunter Lab40.978714.6005-44.9772
CIE-Lab47.997520.6245-44.8923

#656abe color RGB value is (101,106,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101010 10111110
Octal 145 152 276
Decimal 101 106 190
Hex 65 6A BE

RGB Percentages of Color #656abe

%25.44
%26.70
%47.86

CMYK Percentages of Color #656abe

%47
%44
%0
%25

Triadic Colors of #656abe

#656abe #be656a #6abe65

Analogous Colors of #656abe

#656abe #8d65be #6597be

Monochromatic Colors of #656abe

#656abe

Complementary Color

#656abe #beb965

#656abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#656abe Color CSS Codes

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

#656abe Text Font Color

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

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


#656abe Background Color

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

This div background color is #656abe


#656abe Border Color

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

This div border color is #656abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,106,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 #656abe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656abe


Comments

No comments written yet.

Please login to write comment.