Color Hex Logo

#656eec Color Hex

#656EEC
(101,110,236)
0 Favorites   0 Comments

Color spaces of #656eec

RGB 101110236
HSL0.660.780.66
HSV236°57°93°
CMYK 0.570.530.00   0.07
XYZ26.083119.974781.8377
Yxy19.97470.20390.1562
Hunter Lab44.693125.9606-77.2811
CIE-Lab51.808632.6419-64.9307

#656eec color RGB value is (101,110,236).

#656eec hex color red value is 101, green value is 110 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #656eec hue: 0.66 , saturation: 0.78 and the lightness value of 656eec is 0.66.

The process color (four color CMYK) of #656eec color hex is 0.57, 0.53, 0.00, 0.07. Web safe color of #656eec is #6666ff. Color #656eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101110 11101100
Octal 145 156 354
Decimal 101 110 236
Hex 65 6E EC

RGB Percentages of Color #656eec

%22.60
%24.61
%52.80

CMYK Percentages of Color #656eec

%57
%53
%0
%7

Triadic Colors of #656eec

#656eec #ec656e #6eec65

Analogous Colors of #656eec

#656eec #a065ec #65b2ec

Monochromatic Colors of #656eec

#656eec

Complementary Color

#656eec #ece365

#656eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#656eec Color CSS Codes

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

#656eec Text Font Color

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

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


#656eec Background Color

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

This div background color is #656eec


#656eec Border Color

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

This div border color is #656eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656eec


Comments

No comments written yet.

Please login to write comment.