Color Hex Logo

#657ace Color Hex

#657ACE
(101,122,206)
0 Favorites   0 Comments

Color spaces of #657ace

RGB 101122206
HSL0.630.520.60
HSV228°51°81°
CMYK 0.510.410.00   0.19
XYZ23.466921.142061.2365
Yxy21.14200.22170.1997
Hunter Lab45.980410.6348-46.7758
CIE-Lab53.104615.8076-45.9414

#657ace color RGB value is (101,122,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111010 11001110
Octal 145 172 316
Decimal 101 122 206
Hex 65 7A CE

RGB Percentages of Color #657ace

%23.54
%28.44
%48.02

CMYK Percentages of Color #657ace

%51
%41
%0
%19

Triadic Colors of #657ace

#657ace #ce657a #7ace65

Analogous Colors of #657ace

#657ace #8565ce #65afce

Monochromatic Colors of #657ace

#657ace

Complementary Color

#657ace #ceb965

#657ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#657ace Color CSS Codes

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

#657ace Text Font Color

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

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


#657ace Background Color

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

This div background color is #657ace


#657ace Border Color

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

This div border color is #657ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657ace


Comments

No comments written yet.

Please login to write comment.