Color Hex Logo

#657eee Color Hex

#657EEE
(101,126,238)
0 Favorites   0 Comments

Color spaces of #657eee

RGB 101126238
HSL0.640.800.66
HSV229°58°93°
CMYK 0.580.470.00   0.07
XYZ28.260323.861584.0052
Yxy23.86150.20760.1753
Hunter Lab48.848217.7837-67.7683
CIE-Lab55.948923.5960-59.3838

#657eee color RGB value is (101,126,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111110 11101110
Octal 145 176 356
Decimal 101 126 238
Hex 65 7E EE

RGB Percentages of Color #657eee

%21.72
%27.10
%51.18

CMYK Percentages of Color #657eee

%58
%47
%0
%7

Triadic Colors of #657eee

#657eee #ee657e #7eee65

Analogous Colors of #657eee

#657eee #9165ee #65c3ee

Monochromatic Colors of #657eee

#657eee

Complementary Color

#657eee #eed565

#657eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#657eee Color CSS Codes

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

#657eee Text Font Color

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

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


#657eee Background Color

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

This div background color is #657eee


#657eee Border Color

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

This div border color is #657eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657eee


Comments

No comments written yet.

Please login to write comment.