Color Hex Logo

#657da5 Color Hex

#657DA5
(101,125,165)
0 Favorites   0 Comments

Color spaces of #657da5

RGB 101125165
HSL0.600.260.52
HSV218°39°65°
CMYK 0.390.240.00   0.35
XYZ19.492020.150538.4594
Yxy20.15050.24960.2580
Hunter Lab44.8893-1.0474-19.3748
CIE-Lab52.00691.7222-24.1232

#657da5 color RGB value is (101,125,165).

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

The process color (four color CMYK) of #657da5 color hex is 0.39, 0.24, 0.00, 0.35. Web safe color of #657da5 is #666699. Color #657da5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111101 10100101
Octal 145 175 245
Decimal 101 125 165
Hex 65 7D A5

RGB Percentages of Color #657da5

%25.83
%31.97
%42.20

CMYK Percentages of Color #657da5

%39
%24
%0
%35

Triadic Colors of #657da5

#657da5 #a5657d #7da565

Analogous Colors of #657da5

#657da5 #6d65a5 #659da5

Monochromatic Colors of #657da5

#657da5

Complementary Color

#657da5 #a58d65

#657da5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657da5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#657da5 Color CSS Codes

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

#657da5 Text Font Color

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

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


#657da5 Background Color

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

This div background color is #657da5


#657da5 Border Color

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

This div border color is #657da5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657da5


Comments

No comments written yet.

Please login to write comment.