Color Hex Logo

#615195 Color Hex

#615195
(97,81,149)
0 Favorites   0 Comments

Color spaces of #615195

RGB 9781149
HSL0.710.300.45
HSV254°46°58°
CMYK 0.350.460.00   0.42
XYZ13.297010.596229.7782
Yxy10.59620.24770.1974
Hunter Lab32.551815.9493-31.4519
CIE-Lab38.891922.9595-35.1792

#615195 color RGB value is (97,81,149).

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

The process color (four color CMYK) of #615195 color hex is 0.35, 0.46, 0.00, 0.42. Web safe color of #615195 is #666699. Color #615195 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010001 10010101
Octal 141 121 225
Decimal 97 81 149
Hex 61 51 95

RGB Percentages of Color #615195

%29.66
%24.77
%45.57

CMYK Percentages of Color #615195

%35
%46
%0
%42

Triadic Colors of #615195

#615195 #956151 #519561

Analogous Colors of #615195

#615195 #835195 #516395

Monochromatic Colors of #615195

#615195

Complementary Color

#615195 #859551

#615195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615195 Color CSS Codes

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

#615195 Text Font Color

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

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


#615195 Background Color

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

This div background color is #615195


#615195 Border Color

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

This div border color is #615195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615195


Comments

No comments written yet.

Please login to write comment.