Color Hex Logo

#617acd Color Hex

#617ACD
(97,122,205)
0 Favorites   0 Comments

Color spaces of #617acd

RGB 97122205
HSL0.630.520.59
HSV226°53°80°
CMYK 0.530.400.00   0.20
XYZ22.908720.868260.5782
Yxy20.86820.21950.2000
Hunter Lab45.68179.5721-46.6468
CIE-Lab52.804914.5919-45.8643

#617acd color RGB value is (97,122,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01111010 11001101
Octal 141 172 315
Decimal 97 122 205
Hex 61 7A CD

RGB Percentages of Color #617acd

%22.88
%28.77
%48.35

CMYK Percentages of Color #617acd

%53
%40
%0
%20

Triadic Colors of #617acd

#617acd #cd617a #7acd61

Analogous Colors of #617acd

#617acd #7e61cd #61b0cd

Monochromatic Colors of #617acd

#617acd

Complementary Color

#617acd #cdb461

#617acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#617acd Color CSS Codes

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

#617acd Text Font Color

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

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


#617acd Background Color

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

This div background color is #617acd


#617acd Border Color

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

This div border color is #617acd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,122,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 #617acd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617acd


Comments

No comments written yet.

Please login to write comment.