Color Hex Logo

#613162 Color Hex

#613162
(97,49,98)
0 Favorites   0 Comments

Color spaces of #613162

RGB 974998
HSL0.830.330.29
HSV299°50°38°
CMYK 0.010.500.00   0.62
XYZ8.23275.619912.2061
Yxy5.61990.31590.2157
Hunter Lab23.706320.5032-13.9333
CIE-Lab28.432529.7075-19.8274

#613162 color RGB value is (97,49,98).

#613162 hex color red value is 97, green value is 49 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #613162 hue: 0.83 , saturation: 0.33 and the lightness value of 613162 is 0.29.

The process color (four color CMYK) of #613162 color hex is 0.01, 0.50, 0.00, 0.62. Web safe color of #613162 is #663366. Color #613162 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110001 01100010
Octal 141 61 142
Decimal 97 49 98
Hex 61 31 62

RGB Percentages of Color #613162

%39.75
%20.08
%40.16

CMYK Percentages of Color #613162

%1
%50
%0
%62

Triadic Colors of #613162

#613162 #626131 #316261

Analogous Colors of #613162

#613162 #62314b #493162

Monochromatic Colors of #613162

#613162

Complementary Color

#613162 #326231

#613162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613162 Color CSS Codes

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

#613162 Text Font Color

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

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


#613162 Background Color

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

This div background color is #613162


#613162 Border Color

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

This div border color is #613162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613162

#613162 Color Palettes


Comments

No comments written yet.

Please login to write comment.