Color Hex Logo

#657edf Color Hex

#657EDF
(101,126,223)
0 Favorites   0 Comments

Color spaces of #657edf

RGB 101126223
HSL0.630.660.64
HSV228°55°87°
CMYK 0.550.430.00   0.13
XYZ26.147023.016172.8765
Yxy23.01610.21430.1886
Hunter Lab47.975113.3282-56.4818
CIE-Lab55.088918.7677-52.3796

#657edf color RGB value is (101,126,223).

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

The process color (four color CMYK) of #657edf color hex is 0.55, 0.43, 0.00, 0.13. Web safe color of #657edf is #6666cc. Color #657edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111110 11011111
Octal 145 176 337
Decimal 101 126 223
Hex 65 7E DF

RGB Percentages of Color #657edf

%22.44
%28.00
%49.56

CMYK Percentages of Color #657edf

%55
%43
%0
%13

Triadic Colors of #657edf

#657edf #df657e #7edf65

Analogous Colors of #657edf

#657edf #8965df #65bbdf

Monochromatic Colors of #657edf

#657edf

Complementary Color

#657edf #dfc665

#657edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#657edf Color CSS Codes

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

#657edf Text Font Color

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

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


#657edf Background Color

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

This div background color is #657edf


#657edf Border Color

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

This div border color is #657edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657edf


Comments

No comments written yet.

Please login to write comment.