Color Hex Logo

#610579 Color Hex

#610579
(97,5,121)
0 Favorites   0 Comments

Color spaces of #610579

RGB 975121
HSL0.800.920.25
HSV288°96°47°
CMYK 0.200.960.00   0.53
XYZ8.43524.030418.4225
Yxy4.03040.27310.1305
Hunter Lab20.075939.8670-40.3540
CIE-Lab23.771751.5964-42.0462

#610579 color RGB value is (97,5,121).

#610579 hex color red value is 97, green value is 5 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #610579 hue: 0.80 , saturation: 0.92 and the lightness value of 610579 is 0.25.

The process color (four color CMYK) of #610579 color hex is 0.20, 0.96, 0.00, 0.53. Web safe color of #610579 is #660066. Color #610579 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000101 01111001
Octal 141 5 171
Decimal 97 5 121
Hex 61 5 79

RGB Percentages of Color #610579

%43.50
%2.24
%54.26

CMYK Percentages of Color #610579

%20
%96
%0
%53

Triadic Colors of #610579

#610579 #796105 #057961

Analogous Colors of #610579

#610579 #790557 #270579

Monochromatic Colors of #610579

#610579

Complementary Color

#610579 #1d7905

#610579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#610579 Color CSS Codes

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

#610579 Text Font Color

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

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


#610579 Background Color

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

This div background color is #610579


#610579 Border Color

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

This div border color is #610579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610579


Comments

No comments written yet.

Please login to write comment.