Color Hex Logo

#656acb Color Hex

#656ACB
(101,106,203)
0 Favorites   0 Comments

Color spaces of #656acb

RGB 101106203
HSL0.660.500.60
HSV237°50°80°
CMYK 0.500.480.00   0.20
XYZ21.300417.386658.7332
Yxy17.38660.21860.1785
Hunter Lab41.697218.2138-54.3256
CIE-Lab48.743524.6390-51.1796

#656acb color RGB value is (101,106,203).

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

The process color (four color CMYK) of #656acb color hex is 0.50, 0.48, 0.00, 0.20. Web safe color of #656acb is #6666cc. Color #656acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101010 11001011
Octal 145 152 313
Decimal 101 106 203
Hex 65 6A CB

RGB Percentages of Color #656acb

%24.63
%25.85
%49.51

CMYK Percentages of Color #656acb

%50
%48
%0
%20

Triadic Colors of #656acb

#656acb #cb656a #6acb65

Analogous Colors of #656acb

#656acb #9365cb #659dcb

Monochromatic Colors of #656acb

#656acb

Complementary Color

#656acb #cbc665

#656acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#656acb Color CSS Codes

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

#656acb Text Font Color

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

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


#656acb Background Color

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

This div background color is #656acb


#656acb Border Color

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

This div border color is #656acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656acb


Comments

No comments written yet.

Please login to write comment.