Color Hex Logo

#656afd Color Hex

#656AFD
(101,106,253)
0 Favorites   0 Comments

Color spaces of #656afd

RGB 101106253
HSL0.660.970.69
HSV238°60°99°
CMYK 0.600.580.00   0.01
XYZ28.250520.166695.3321
Yxy20.16660.19650.1403
Hunter Lab44.907233.7041-94.4297
CIE-Lab52.025140.4704-74.0483

#656afd color RGB value is (101,106,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101010 11111101
Octal 145 152 375
Decimal 101 106 253
Hex 65 6A FD

RGB Percentages of Color #656afd

%21.96
%23.04
%55.00

CMYK Percentages of Color #656afd

%60
%58
%0
%1

Triadic Colors of #656afd

#656afd #fd656a #6afd65

Analogous Colors of #656afd

#656afd #ac65fd #65b6fd

Monochromatic Colors of #656afd

#656afd

Complementary Color

#656afd #fdf865

#656afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#656afd Color CSS Codes

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

#656afd Text Font Color

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

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


#656afd Background Color

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

This div background color is #656afd


#656afd Border Color

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

This div border color is #656afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656afd


Comments

No comments written yet.

Please login to write comment.