Color Hex Logo

#657add Color Hex

#657ADD
(101,122,221)
0 Favorites   0 Comments

Color spaces of #657add

RGB 101122221
HSL0.640.640.63
HSV230°54°87°
CMYK 0.540.450.00   0.13
XYZ25.377521.906271.2974
Yxy21.90620.21400.1847
Hunter Lab46.804114.8769-57.5546
CIE-Lab53.927320.5527-53.1095

#657add color RGB value is (101,122,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 01111010 11011101
Octal 145 172 335
Decimal 101 122 221
Hex 65 7A DD

RGB Percentages of Color #657add

%22.75
%27.48
%49.77

CMYK Percentages of Color #657add

%54
%45
%0
%13

Triadic Colors of #657add

#657add #dd657a #7add65

Analogous Colors of #657add

#657add #8c65dd #65b6dd

Monochromatic Colors of #657add

#657add

Complementary Color

#657add #ddc865

#657add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#657add Color Preview on White Background

Lorem ipsum dolor sit amet.

#657add Color CSS Codes

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

#657add Text Font Color

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

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


#657add Background Color

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

This div background color is #657add


#657add Border Color

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

This div border color is #657add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #657add


Comments

No comments written yet.

Please login to write comment.