Color Hex Logo

#615480 Color Hex

#615480
(97,84,128)
0 Favorites   0 Comments

Color spaces of #615480

RGB 9784128
HSL0.720.210.42
HSV258°34°50°
CMYK 0.240.340.00   0.50
XYZ11.996410.440521.8050
Yxy10.44050.27120.2360
Hunter Lab32.31189.7262-17.3925
CIE-Lab38.621715.3694-22.8362

#615480 color RGB value is (97,84,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010100 10000000
Octal 141 124 200
Decimal 97 84 128
Hex 61 54 80

RGB Percentages of Color #615480

%31.39
%27.18
%41.42

CMYK Percentages of Color #615480

%24
%34
%0
%50

Triadic Colors of #615480

#615480 #806154 #548061

Analogous Colors of #615480

#615480 #775480 #545d80

Monochromatic Colors of #615480

#615480

Complementary Color

#615480 #738054

#615480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615480 Color CSS Codes

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

#615480 Text Font Color

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

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


#615480 Background Color

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

This div background color is #615480


#615480 Border Color

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

This div border color is #615480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615480


Comments

No comments written yet.

Please login to write comment.