Color Hex Logo

#657cef Color Hex

#657CEF
(101,124,239)
0 Favorites   0 Comments

Color spaces of #657cef

RGB 101124239
HSL0.640.810.67
HSV230°58°94°
CMYK 0.580.480.00   0.06
XYZ28.154523.414084.6968
Yxy23.41400.20660.1718
Hunter Lab48.388019.1810-69.9077
CIE-Lab55.496225.1300-60.6662

#657cef color RGB value is (101,124,239).

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

The process color (four color CMYK) of #657cef color hex is 0.58, 0.48, 0.00, 0.06. Web safe color of #657cef is #6666ff. Color #657cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111100 11101111
Octal 145 174 357
Decimal 101 124 239
Hex 65 7C EF

RGB Percentages of Color #657cef

%21.77
%26.72
%51.51

CMYK Percentages of Color #657cef

%58
%48
%0
%6

Triadic Colors of #657cef

#657cef #ef657c #7cef65

Analogous Colors of #657cef

#657cef #9365ef #65c1ef

Monochromatic Colors of #657cef

#657cef

Complementary Color

#657cef #efd865

#657cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#657cef Color CSS Codes

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

#657cef Text Font Color

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

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


#657cef Background Color

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

This div background color is #657cef


#657cef Border Color

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

This div border color is #657cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657cef


Comments

No comments written yet.

Please login to write comment.