Color Hex Logo

#657ecb Color Hex

#657ECB
(101,126,203)
0 Favorites   0 Comments

Color spaces of #657ecb

RGB 101126203
HSL0.630.500.60
HSV225°50°80°
CMYK 0.500.380.00   0.20
XYZ23.607222.000259.5021
Yxy22.00020.22460.2093
Hunter Lab46.90447.7573-42.3812
CIE-Lab54.027212.4544-42.7771

#657ecb color RGB value is (101,126,203).

#657ecb hex color red value is 101, green value is 126 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #657ecb hue: 0.63 , saturation: 0.50 and the lightness value of 657ecb is 0.60.

The process color (four color CMYK) of #657ecb color hex is 0.50, 0.38, 0.00, 0.20. Web safe color of #657ecb is #6666cc. Color #657ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111110 11001011
Octal 145 176 313
Decimal 101 126 203
Hex 65 7E CB

RGB Percentages of Color #657ecb

%23.49
%29.30
%47.21

CMYK Percentages of Color #657ecb

%50
%38
%0
%20

Triadic Colors of #657ecb

#657ecb #cb657e #7ecb65

Analogous Colors of #657ecb

#657ecb #7f65cb #65b1cb

Monochromatic Colors of #657ecb

#657ecb

Complementary Color

#657ecb #cbb265

#657ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#657ecb Color CSS Codes

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

#657ecb Text Font Color

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

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


#657ecb Background Color

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

This div background color is #657ecb


#657ecb Border Color

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

This div border color is #657ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657ecb


Comments

No comments written yet.

Please login to write comment.