Color Hex Logo

#612559 Color Hex

#612559
(97,37,89)
0 Favorites   0 Comments

Color spaces of #612559

RGB 973789
HSL0.860.450.26
HSV308°62°38°
CMYK 0.000.620.08   0.62
XYZ7.39454.58589.9466
Yxy4.58580.33720.2091
Hunter Lab21.414524.1614-12.5489
CIE-Lab25.520534.4808-18.4873

#612559 color RGB value is (97,37,89).

#612559 hex color red value is 97, green value is 37 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #612559 hue: 0.86 , saturation: 0.45 and the lightness value of 612559 is 0.26.

The process color (four color CMYK) of #612559 color hex is 0.00, 0.62, 0.08, 0.62. Web safe color of #612559 is #663366. Color #612559 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100101 01011001
Octal 141 45 131
Decimal 97 37 89
Hex 61 25 59

RGB Percentages of Color #612559

%43.50
%16.59
%39.91

CMYK Percentages of Color #612559

%0
%62
%8
%62

Triadic Colors of #612559

#612559 #596125 #255961

Analogous Colors of #612559

#612559 #61253b #4b2561

Monochromatic Colors of #612559

#612559

Complementary Color

#612559 #25612d

#612559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612559 Color CSS Codes

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

#612559 Text Font Color

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

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


#612559 Background Color

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

This div background color is #612559


#612559 Border Color

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

This div border color is #612559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612559


Comments

No comments written yet.

Please login to write comment.