Color Hex Logo

#656fdb Color Hex

#656FDB
(101,111,219)
0 Favorites   0 Comments

Color spaces of #656fdb

RGB 101111219
HSL0.650.620.63
HSV235°54°86°
CMYK 0.540.490.00   0.14
XYZ23.837519.250169.4771
Yxy19.25010.21180.1710
Hunter Lab43.874920.1989-63.1748
CIE-Lab50.978526.6140-56.7029

#656fdb color RGB value is (101,111,219).

#656fdb hex color red value is 101, green value is 111 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #656fdb hue: 0.65 , saturation: 0.62 and the lightness value of 656fdb is 0.63.

The process color (four color CMYK) of #656fdb color hex is 0.54, 0.49, 0.00, 0.14. Web safe color of #656fdb is #6666cc. Color #656fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101111 11011011
Octal 145 157 333
Decimal 101 111 219
Hex 65 6F DB

RGB Percentages of Color #656fdb

%23.43
%25.75
%50.81

CMYK Percentages of Color #656fdb

%54
%49
%0
%14

Triadic Colors of #656fdb

#656fdb #db656f #6fdb65

Analogous Colors of #656fdb

#656fdb #9665db #65aadb

Monochromatic Colors of #656fdb

#656fdb

Complementary Color

#656fdb #dbd165

#656fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#656fdb Color CSS Codes

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

#656fdb Text Font Color

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

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


#656fdb Background Color

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

This div background color is #656fdb


#656fdb Border Color

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

This div border color is #656fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656fdb


Comments

No comments written yet.

Please login to write comment.