Color Hex Logo

#657ccf Color Hex

#657CCF
(101,124,207)
0 Favorites   0 Comments

Color spaces of #657ccf

RGB 101124207
HSL0.630.520.60
HSV227°51°81°
CMYK 0.510.400.00   0.19
XYZ23.837021.687061.9611
Yxy21.68700.22180.2018
Hunter Lab46.56939.8709-46.2877
CIE-Lab53.693314.9102-45.5749

#657ccf color RGB value is (101,124,207).

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

The process color (four color CMYK) of #657ccf color hex is 0.51, 0.40, 0.00, 0.19. Web safe color of #657ccf is #6666cc. Color #657ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111100 11001111
Octal 145 174 317
Decimal 101 124 207
Hex 65 7C CF

RGB Percentages of Color #657ccf

%23.38
%28.70
%47.92

CMYK Percentages of Color #657ccf

%51
%40
%0
%19

Triadic Colors of #657ccf

#657ccf #cf657c #7ccf65

Analogous Colors of #657ccf

#657ccf #8365cf #65b1cf

Monochromatic Colors of #657ccf

#657ccf

Complementary Color

#657ccf #cfb865

#657ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#657ccf Color CSS Codes

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

#657ccf Text Font Color

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

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


#657ccf Background Color

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

This div background color is #657ccf


#657ccf Border Color

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

This div border color is #657ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657ccf


Comments

No comments written yet.

Please login to write comment.