Color Hex Logo

#657ceb Color Hex

#657CEB
(101,124,235)
0 Favorites   0 Comments

Color spaces of #657ceb

RGB 101124235
HSL0.640.770.66
HSV230°57°92°
CMYK 0.570.470.00   0.08
XYZ27.569923.180281.6184
Yxy23.18020.20830.1751
Hunter Lab48.145817.9599-66.8083
CIE-Lab55.257523.8361-58.8218

#657ceb color RGB value is (101,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111100 11101011
Octal 145 174 353
Decimal 101 124 235
Hex 65 7C EB

RGB Percentages of Color #657ceb

%21.96
%26.96
%51.09

CMYK Percentages of Color #657ceb

%57
%47
%0
%8

Triadic Colors of #657ceb

#657ceb #eb657c #7ceb65

Analogous Colors of #657ceb

#657ceb #9165eb #65bfeb

Monochromatic Colors of #657ceb

#657ceb

Complementary Color

#657ceb #ebd465

#657ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#657ceb Color CSS Codes

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

#657ceb Text Font Color

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

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


#657ceb Background Color

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

This div background color is #657ceb


#657ceb Border Color

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

This div border color is #657ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657ceb


Comments

No comments written yet.

Please login to write comment.