Color Hex Logo

#615080 Color Hex

#615080
(97,80,128)
0 Favorites   0 Comments

Color spaces of #615080

RGB 9780128
HSL0.730.230.41
HSV261°38°50°
CMYK 0.240.380.00   0.50
XYZ11.69479.837221.7045
Yxy9.83720.27050.2275
Hunter Lab31.364311.6691-19.0744
CIE-Lab37.548617.8741-24.5062

#615080 color RGB value is (97,80,128).

#615080 hex color red value is 97, green value is 80 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #615080 hue: 0.73 , saturation: 0.23 and the lightness value of 615080 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010000 10000000
Octal 141 120 200
Decimal 97 80 128
Hex 61 50 80

RGB Percentages of Color #615080

%31.80
%26.23
%41.97

CMYK Percentages of Color #615080

%24
%38
%0
%50

Triadic Colors of #615080

#615080 #806150 #508061

Analogous Colors of #615080

#615080 #795080 #505780

Monochromatic Colors of #615080

#615080

Complementary Color

#615080 #6f8050

#615080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615080 Color CSS Codes

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

#615080 Text Font Color

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

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


#615080 Background Color

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

This div background color is #615080


#615080 Border Color

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

This div border color is #615080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615080


Comments

No comments written yet.

Please login to write comment.