Color Hex Logo

#613962 Color Hex

#613962
(97,57,98)
0 Favorites   0 Comments

Color spaces of #613962

RGB 975798
HSL0.830.260.30
HSV299°42°38°
CMYK 0.010.420.00   0.62
XYZ8.59756.349512.3277
Yxy6.34950.31520.2328
Hunter Lab25.198216.8064-11.3676
CIE-Lab30.277624.9748-16.9654

#613962 color RGB value is (97,57,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111001 01100010
Octal 141 71 142
Decimal 97 57 98
Hex 61 39 62

RGB Percentages of Color #613962

%38.49
%22.62
%38.89

CMYK Percentages of Color #613962

%1
%42
%0
%62

Triadic Colors of #613962

#613962 #626139 #396261

Analogous Colors of #613962

#613962 #62394f #4d3962

Monochromatic Colors of #613962

#613962

Complementary Color

#613962 #3a6239

#613962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613962 Color CSS Codes

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

#613962 Text Font Color

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

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


#613962 Background Color

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

This div background color is #613962


#613962 Border Color

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

This div border color is #613962


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,57,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 #613962">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613962


Comments

No comments written yet.

Please login to write comment.