Color Hex Logo

#612659 Color Hex

#612659
(97,38,89)
0 Favorites   0 Comments

Color spaces of #612659

RGB 973889
HSL0.860.440.26
HSV308°61°38°
CMYK 0.000.610.08   0.62
XYZ7.42614.64899.9571
Yxy4.64890.33710.2110
Hunter Lab21.561323.7463-12.2874
CIE-Lab25.710133.9673-18.1921

#612659 color RGB value is (97,38,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100110 01011001
Octal 141 46 131
Decimal 97 38 89
Hex 61 26 59

RGB Percentages of Color #612659

%43.30
%16.96
%39.73

CMYK Percentages of Color #612659

%0
%61
%8
%62

Triadic Colors of #612659

#612659 #596126 #265961

Analogous Colors of #612659

#612659 #61263c #4c2661

Monochromatic Colors of #612659

#612659

Complementary Color

#612659 #26612e

#612659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612659 Color CSS Codes

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

#612659 Text Font Color

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

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


#612659 Background Color

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

This div background color is #612659


#612659 Border Color

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

This div border color is #612659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612659


Comments

No comments written yet.

Please login to write comment.