Color Hex Logo

#656bdb Color Hex

#656BDB
(101,107,219)
0 Favorites   0 Comments

Color spaces of #656bdb

RGB 101107219
HSL0.660.620.63
HSV237°54°86°
CMYK 0.540.510.00   0.14
XYZ23.410718.396669.3348
Yxy18.39660.21060.1655
Hunter Lab42.891322.3683-65.8199
CIE-Lab49.973629.0522-58.3178

#656bdb color RGB value is (101,107,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101011 11011011
Octal 145 153 333
Decimal 101 107 219
Hex 65 6B DB

RGB Percentages of Color #656bdb

%23.65
%25.06
%51.29

CMYK Percentages of Color #656bdb

%54
%51
%0
%14

Triadic Colors of #656bdb

#656bdb #db656b #6bdb65

Analogous Colors of #656bdb

#656bdb #9a65db #65a6db

Monochromatic Colors of #656bdb

#656bdb

Complementary Color

#656bdb #dbd565

#656bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#656bdb Color CSS Codes

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

#656bdb Text Font Color

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

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


#656bdb Background Color

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

This div background color is #656bdb


#656bdb Border Color

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

This div border color is #656bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656bdb


Comments

No comments written yet.

Please login to write comment.