Color Hex Logo

#613963 Color Hex

#613963
(97,57,99)
0 Favorites   0 Comments

Color spaces of #613963

RGB 975799
HSL0.830.270.31
HSV297°42°39°
CMYK 0.020.420.00   0.61
XYZ8.64506.368512.5780
Yxy6.36850.31330.2308
Hunter Lab25.235916.9855-11.8860
CIE-Lab30.323725.1887-17.5363

#613963 color RGB value is (97,57,99).

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

The process color (four color CMYK) of #613963 color hex is 0.02, 0.42, 0.00, 0.61. Web safe color of #613963 is #663366. Color #613963 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111001 01100011
Octal 141 71 143
Decimal 97 57 99
Hex 61 39 63

RGB Percentages of Color #613963

%38.34
%22.53
%39.13

CMYK Percentages of Color #613963

%2
%42
%0
%61

Triadic Colors of #613963

#613963 #636139 #396361

Analogous Colors of #613963

#613963 #633950 #4c3963

Monochromatic Colors of #613963

#613963

Complementary Color

#613963 #3b6339

#613963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613963 Color CSS Codes

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

#613963 Text Font Color

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

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


#613963 Background Color

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

This div background color is #613963


#613963 Border Color

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

This div border color is #613963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613963


Comments

No comments written yet.

Please login to write comment.