Color Hex Logo

#617ecd Color Hex

#617ECD
(97,126,205)
0 Favorites   0 Comments

Color spaces of #617ecd

RGB 97126205
HSL0.620.520.59
HSV224°53°80°
CMYK 0.530.390.00   0.20
XYZ23.410121.870960.7453
Yxy21.87090.22080.2063
Hunter Lab46.76637.5117-44.2760
CIE-Lab53.889812.1698-44.1450

#617ecd color RGB value is (97,126,205).

#617ecd hex color red value is 97, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #617ecd hue: 0.62 , saturation: 0.52 and the lightness value of 617ecd is 0.59.

The process color (four color CMYK) of #617ecd color hex is 0.53, 0.39, 0.00, 0.20. Web safe color of #617ecd is #6666cc. Color #617ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111110 11001101
Octal 141 176 315
Decimal 97 126 205
Hex 61 7E CD

RGB Percentages of Color #617ecd

%22.66
%29.44
%47.90

CMYK Percentages of Color #617ecd

%53
%39
%0
%20

Triadic Colors of #617ecd

#617ecd #cd617e #7ecd61

Analogous Colors of #617ecd

#617ecd #7a61cd #61b4cd

Monochromatic Colors of #617ecd

#617ecd

Complementary Color

#617ecd #cdb061

#617ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#617ecd Color CSS Codes

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

#617ecd Text Font Color

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

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


#617ecd Background Color

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

This div background color is #617ecd


#617ecd Border Color

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

This div border color is #617ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617ecd


Comments

No comments written yet.

Please login to write comment.