Color Hex Logo

#615296 Color Hex

#615296
(97,82,150)
0 Favorites   0 Comments

Color spaces of #615296

RGB 9782150
HSL0.700.290.45
HSV253°45°59°
CMYK 0.350.450.00   0.41
XYZ13.452110.778030.2255
Yxy10.77800.24700.1979
Hunter Lab32.829915.6885-31.6057
CIE-Lab39.204022.6193-35.2878

#615296 color RGB value is (97,82,150).

#615296 hex color red value is 97, green value is 82 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #615296 hue: 0.70 , saturation: 0.29 and the lightness value of 615296 is 0.45.

The process color (four color CMYK) of #615296 color hex is 0.35, 0.45, 0.00, 0.41. Web safe color of #615296 is #666699. Color #615296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01010010 10010110
Octal 141 122 226
Decimal 97 82 150
Hex 61 52 96

RGB Percentages of Color #615296

%29.48
%24.92
%45.59

CMYK Percentages of Color #615296

%35
%45
%0
%41

Triadic Colors of #615296

#615296 #966152 #529661

Analogous Colors of #615296

#615296 #835296 #526596

Monochromatic Colors of #615296

#615296

Complementary Color

#615296 #879652

#615296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#615296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#615296 Color CSS Codes

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

#615296 Text Font Color

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

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


#615296 Background Color

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

This div background color is #615296


#615296 Border Color

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

This div border color is #615296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #615296


Comments

No comments written yet.

Please login to write comment.