Color Hex Logo

#613961 Color Hex

#613961
(97,57,97)
0 Favorites   0 Comments

Color spaces of #613961

RGB 975797
HSL0.830.260.30
HSV300°41°38°
CMYK 0.000.410.00   0.62
XYZ8.55066.330712.0805
Yxy6.33070.31710.2348
Hunter Lab25.160916.6294-10.8543
CIE-Lab30.231924.7630-16.3931

#613961 color RGB value is (97,57,97).

#613961 hex color red value is 97, green value is 57 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #613961 hue: 0.83 , saturation: 0.26 and the lightness value of 613961 is 0.30.

The process color (four color CMYK) of #613961 color hex is 0.00, 0.41, 0.00, 0.62. Web safe color of #613961 is #663366. Color #613961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111001 01100001
Octal 141 71 141
Decimal 97 57 97
Hex 61 39 61

RGB Percentages of Color #613961

%38.65
%22.71
%38.65

CMYK Percentages of Color #613961

%0
%41
%0
%62

Triadic Colors of #613961

#613961 #616139 #396161

Analogous Colors of #613961

#613961 #61394d #4d3961

Monochromatic Colors of #613961

#613961

Complementary Color

#613961 #396139

#613961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613961 Color CSS Codes

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

#613961 Text Font Color

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

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


#613961 Background Color

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

This div background color is #613961


#613961 Border Color

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

This div border color is #613961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613961


Comments

No comments written yet.

Please login to write comment.