Color Hex Logo

#617582 Color Hex

#617582
(97,117,130)
0 Favorites   0 Comments

Color spaces of #617582

RGB 97117130
HSL0.570.150.45
HSV204°25°51°
CMYK 0.250.100.00   0.49
XYZ15.320316.875723.5690
Yxy16.87570.27470.3026
Hunter Lab41.0800-5.3207-5.2606
CIE-Lab48.1030-4.1951-9.5630

#617582 color RGB value is (97,117,130).

#617582 hex color red value is 97, green value is 117 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #617582 hue: 0.57 , saturation: 0.15 and the lightness value of 617582 is 0.45.

The process color (four color CMYK) of #617582 color hex is 0.25, 0.10, 0.00, 0.49. Web safe color of #617582 is #666699. Color #617582 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01110101 10000010
Octal 141 165 202
Decimal 97 117 130
Hex 61 75 82

RGB Percentages of Color #617582

%28.20
%34.01
%37.79

CMYK Percentages of Color #617582

%25
%10
%0
%49

Triadic Colors of #617582

#617582 #826175 #758261

Analogous Colors of #617582

#617582 #616582 #61827f

Monochromatic Colors of #617582

#617582

Complementary Color

#617582 #826e61

#617582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#617582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#617582 Color CSS Codes

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

#617582 Text Font Color

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

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


#617582 Background Color

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

This div background color is #617582


#617582 Border Color

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

This div border color is #617582


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,117,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #617582; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #617582;
  -webkit-box-shadow: 1px 1px 3px 2px #617582;
  box-shadow:         1px 1px 3px 2px #617582; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #617582


Comments

No comments written yet.

Please login to write comment.