Color Hex Logo

#617ade Color Hex

#617ADE
(97,122,222)
0 Favorites   0 Comments

Color spaces of #617ade

RGB 97122222
HSL0.630.650.63
HSV228°56°87°
CMYK 0.560.450.00   0.13
XYZ25.074121.734471.9808
Yxy21.73440.21110.1830
Hunter Lab46.620214.4188-58.9087
CIE-Lab53.744120.0545-53.9787

#617ade color RGB value is (97,122,222).

#617ade hex color red value is 97, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #617ade hue: 0.63 , saturation: 0.65 and the lightness value of 617ade is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111010 11011110
Octal 141 172 336
Decimal 97 122 222
Hex 61 7A DE

RGB Percentages of Color #617ade

%22.00
%27.66
%50.34

CMYK Percentages of Color #617ade

%56
%45
%0
%13

Triadic Colors of #617ade

#617ade #de617a #7ade61

Analogous Colors of #617ade

#617ade #8761de #61b9de

Monochromatic Colors of #617ade

#617ade

Complementary Color

#617ade #dec561

#617ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#617ade Color CSS Codes

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

#617ade Text Font Color

<p style="color:#617ade">Text here</p>

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


#617ade Background Color

<div style="background-color:#617ade">
Div content here</div>

This div background color is #617ade


#617ade Border Color

<div style="border:3px solid #617ade">
Div here</div>

This div border color is #617ade


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,122,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #617ade; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #617ade;
  -webkit-box-shadow: 1px 1px 3px 2px #617ade;
  box-shadow:         1px 1px 3px 2px #617ade; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617ade


Comments

No comments written yet.

Please login to write comment.