Color Hex Logo

#615584 Color Hex

#615584
(97,85,132)
0 Favorites   0 Comments

Color spaces of #615584

RGB 9785132
HSL0.710.220.43
HSV255°36°52°
CMYK 0.270.360.00   0.48
XYZ12.343110.704323.2454
Yxy10.70430.26660.2312
Hunter Lab32.717410.0861-19.2227
CIE-Lab39.077915.7962-24.5714

#615584 color RGB value is (97,85,132).

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

The process color (four color CMYK) of #615584 color hex is 0.27, 0.36, 0.00, 0.48. Web safe color of #615584 is #666699. Color #615584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010101 10000100
Octal 141 125 204
Decimal 97 85 132
Hex 61 55 84

RGB Percentages of Color #615584

%30.89
%27.07
%42.04

CMYK Percentages of Color #615584

%27
%36
%0
%48

Triadic Colors of #615584

#615584 #846155 #558461

Analogous Colors of #615584

#615584 #795584 #556184

Monochromatic Colors of #615584

#615584

Complementary Color

#615584 #788455

#615584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615584 Color CSS Codes

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

#615584 Text Font Color

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

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


#615584 Background Color

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

This div background color is #615584


#615584 Border Color

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

This div border color is #615584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615584


Comments

No comments written yet.

Please login to write comment.