Color Hex Logo

#656ffb Color Hex

#656FFB
(101,111,251)
0 Favorites   0 Comments

Color spaces of #656ffb

RGB 101111251
HSL0.660.950.69
HSV236°60°98°
CMYK 0.600.560.00   0.02
XYZ28.463921.100693.8394
Yxy21.10060.19850.1471
Hunter Lab45.935430.2207-88.9662
CIE-Lab53.059436.8500-71.2611

#656ffb color RGB value is (101,111,251).

#656ffb hex color red value is 101, green value is 111 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #656ffb hue: 0.66 , saturation: 0.95 and the lightness value of 656ffb is 0.69.

The process color (four color CMYK) of #656ffb color hex is 0.60, 0.56, 0.00, 0.02. Web safe color of #656ffb is #6666ff. Color #656ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101111 11111011
Octal 145 157 373
Decimal 101 111 251
Hex 65 6F FB

RGB Percentages of Color #656ffb

%21.81
%23.97
%54.21

CMYK Percentages of Color #656ffb

%60
%56
%0
%2

Triadic Colors of #656ffb

#656ffb #fb656f #6ffb65

Analogous Colors of #656ffb

#656ffb #a665fb #65bafb

Monochromatic Colors of #656ffb

#656ffb

Complementary Color

#656ffb #fbf165

#656ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#656ffb Color CSS Codes

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

#656ffb Text Font Color

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

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


#656ffb Background Color

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

This div background color is #656ffb


#656ffb Border Color

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

This div border color is #656ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656ffb


Comments

No comments written yet.

Please login to write comment.