Color Hex Logo

#615097 Color Hex

#615097
(97,80,151)
0 Favorites   0 Comments

Color spaces of #615097

RGB 9780151
HSL0.710.310.45
HSV254°47°59°
CMYK 0.360.470.00   0.41
XYZ13.384310.513130.6020
Yxy10.51310.24560.1929
Hunter Lab32.423916.9414-33.2617
CIE-Lab38.748024.1464-36.6135

#615097 color RGB value is (97,80,151).

#615097 hex color red value is 97, green value is 80 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #615097 hue: 0.71 , saturation: 0.31 and the lightness value of 615097 is 0.45.

The process color (four color CMYK) of #615097 color hex is 0.36, 0.47, 0.00, 0.41. Web safe color of #615097 is #666699. Color #615097 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010000 10010111
Octal 141 120 227
Decimal 97 80 151
Hex 61 50 97

RGB Percentages of Color #615097

%29.57
%24.39
%46.04

CMYK Percentages of Color #615097

%36
%47
%0
%41

Triadic Colors of #615097

#615097 #976150 #509761

Analogous Colors of #615097

#615097 #855097 #506397

Monochromatic Colors of #615097

#615097

Complementary Color

#615097 #869750

#615097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615097 Color CSS Codes

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

#615097 Text Font Color

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

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


#615097 Background Color

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

This div background color is #615097


#615097 Border Color

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

This div border color is #615097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615097


Comments

No comments written yet.

Please login to write comment.