Color Hex Logo

#613871 Color Hex

#613871
(97,56,113)
0 Favorites   0 Comments

Color spaces of #613871

RGB 9756113
HSL0.790.340.33
HSV283°50°44°
CMYK 0.140.500.00   0.56
XYZ9.32466.562016.3979
Yxy6.56200.28880.2033
Hunter Lab25.616420.1469-20.0220
CIE-Lab30.788228.9308-25.7382

#613871 color RGB value is (97,56,113).

#613871 hex color red value is 97, green value is 56 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #613871 hue: 0.79 , saturation: 0.34 and the lightness value of 613871 is 0.33.

The process color (four color CMYK) of #613871 color hex is 0.14, 0.50, 0.00, 0.56. Web safe color of #613871 is #663366. Color #613871 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111000 01110001
Octal 141 70 161
Decimal 97 56 113
Hex 61 38 71

RGB Percentages of Color #613871

%36.47
%21.05
%42.48

CMYK Percentages of Color #613871

%14
%50
%0
%56

Triadic Colors of #613871

#613871 #716138 #387161

Analogous Colors of #613871

#613871 #713865 #453871

Monochromatic Colors of #613871

#613871

Complementary Color

#613871 #487138

#613871 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613871 Color Preview on White Background

Lorem ipsum dolor sit amet.

#613871 Color CSS Codes

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

#613871 Text Font Color

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

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


#613871 Background Color

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

This div background color is #613871


#613871 Border Color

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

This div border color is #613871


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #613871


Comments

No comments written yet.

Please login to write comment.