Color Hex Logo

#615580 Color Hex

#615580
(97,85,128)
0 Favorites   0 Comments

Color spaces of #615580

RGB 9785128
HSL0.710.200.42
HSV257°34°50°
CMYK 0.240.340.00   0.50
XYZ12.074510.596921.8311
Yxy10.59690.27130.2381
Hunter Lab32.55299.2416-16.9749
CIE-Lab38.893114.7427-22.4150

#615580 color RGB value is (97,85,128).

#615580 hex color red value is 97, green value is 85 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #615580 hue: 0.71 , saturation: 0.20 and the lightness value of 615580 is 0.42.

The process color (four color CMYK) of #615580 color hex is 0.24, 0.34, 0.00, 0.50. Web safe color of #615580 is #666699. Color #615580 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010101 10000000
Octal 141 125 200
Decimal 97 85 128
Hex 61 55 80

RGB Percentages of Color #615580

%31.29
%27.42
%41.29

CMYK Percentages of Color #615580

%24
%34
%0
%50

Triadic Colors of #615580

#615580 #806155 #558061

Analogous Colors of #615580

#615580 #775580 #555f80

Monochromatic Colors of #615580

#615580

Complementary Color

#615580 #748055

#615580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615580 Color CSS Codes

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

#615580 Text Font Color

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

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


#615580 Background Color

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

This div background color is #615580


#615580 Border Color

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

This div border color is #615580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615580


Comments

No comments written yet.

Please login to write comment.