Color Hex Logo

#610771 Color Hex

#610771
(97,7,113)
0 Favorites   0 Comments

Color spaces of #610771

RGB 977113
HSL0.810.880.24
HSV291°94°44°
CMYK 0.140.940.00   0.56
XYZ7.98643.885615.9519
Yxy3.88560.28700.1396
Hunter Lab19.711937.8244-34.1822
CIE-Lab23.289649.6467-37.6934

#610771 color RGB value is (97,7,113).

#610771 hex color red value is 97, green value is 7 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #610771 hue: 0.81 , saturation: 0.88 and the lightness value of 610771 is 0.24.

The process color (four color CMYK) of #610771 color hex is 0.14, 0.94, 0.00, 0.56. Web safe color of #610771 is #660066. Color #610771 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000111 01110001
Octal 141 7 161
Decimal 97 7 113
Hex 61 7 71

RGB Percentages of Color #610771

%44.70
%3.23
%52.07

CMYK Percentages of Color #610771

%14
%94
%0
%56

Triadic Colors of #610771

#610771 #716107 #077161

Analogous Colors of #610771

#610771 #71074c #2c0771

Monochromatic Colors of #610771

#610771

Complementary Color

#610771 #177107

#610771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#610771 Color CSS Codes

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

#610771 Text Font Color

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

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


#610771 Background Color

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

This div background color is #610771


#610771 Border Color

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

This div border color is #610771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610771


Comments

No comments written yet.

Please login to write comment.