Color Hex Logo

#656ceb Color Hex

#656CEB
(101,108,235)
0 Favorites   0 Comments

Color spaces of #656ceb

RGB 101108235
HSL0.660.770.66
HSV237°57°92°
CMYK 0.570.540.00   0.08
XYZ25.724819.490081.0034
Yxy19.49000.20380.1544
Hunter Lab44.147526.7541-77.8842
CIE-Lab51.255633.5308-65.2641

#656ceb color RGB value is (101,108,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101100 11101011
Octal 145 154 353
Decimal 101 108 235
Hex 65 6C EB

RGB Percentages of Color #656ceb

%22.75
%24.32
%52.93

CMYK Percentages of Color #656ceb

%57
%54
%0
%8

Triadic Colors of #656ceb

#656ceb #eb656c #6ceb65

Analogous Colors of #656ceb

#656ceb #a165eb #65afeb

Monochromatic Colors of #656ceb

#656ceb

Complementary Color

#656ceb #ebe465

#656ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#656ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#656ceb Color CSS Codes

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

#656ceb Text Font Color

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

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


#656ceb Background Color

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

This div background color is #656ceb


#656ceb Border Color

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

This div border color is #656ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #656ceb


Comments

No comments written yet.

Please login to write comment.