Color Hex Logo

#657abd Color Hex

#657ABD
(101,122,189)
0 Favorites   0 Comments

Color spaces of #657abd

RGB 101122189
HSL0.630.400.57
HSV226°47°74°
CMYK 0.470.350.00   0.26
XYZ21.511720.359950.9402
Yxy20.35990.23180.2194
Hunter Lab45.12196.1357-35.3498
CIE-Lab52.241710.5615-37.6033

#657abd color RGB value is (101,122,189).

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

The process color (four color CMYK) of #657abd color hex is 0.47, 0.35, 0.00, 0.26. Web safe color of #657abd is #6666cc. Color #657abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111010 10111101
Octal 145 172 275
Decimal 101 122 189
Hex 65 7A BD

RGB Percentages of Color #657abd

%24.51
%29.61
%45.87

CMYK Percentages of Color #657abd

%47
%35
%0
%26

Triadic Colors of #657abd

#657abd #bd657a #7abd65

Analogous Colors of #657abd

#657abd #7c65bd #65a6bd

Monochromatic Colors of #657abd

#657abd

Complementary Color

#657abd #bda865

#657abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#657abd Color CSS Codes

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

#657abd Text Font Color

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

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


#657abd Background Color

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

This div background color is #657abd


#657abd Border Color

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

This div border color is #657abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657abd


Comments

No comments written yet.

Please login to write comment.