Color Hex Logo

#612060 Color Hex

#612060
(97,32,96)
0 Favorites   0 Comments

Color spaces of #612060

RGB 973296
HSL0.840.500.25
HSV301°67°38°
CMYK 0.000.670.01   0.62
XYZ7.55764.418911.5209
Yxy4.41890.32160.1881
Hunter Lab21.021227.3878-17.7797
CIE-Lab25.010638.2368-23.8879

#612060 color RGB value is (97,32,96).

#612060 hex color red value is 97, green value is 32 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #612060 hue: 0.84 , saturation: 0.50 and the lightness value of 612060 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100000 01100000
Octal 141 40 140
Decimal 97 32 96
Hex 61 20 60

RGB Percentages of Color #612060

%43.11
%14.22
%42.67

CMYK Percentages of Color #612060

%0
%67
%1
%62

Triadic Colors of #612060

#612060 #606120 #206061

Analogous Colors of #612060

#612060 #612040 #422061

Monochromatic Colors of #612060

#612060

Complementary Color

#612060 #206121

#612060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612060 Color CSS Codes

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

#612060 Text Font Color

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

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


#612060 Background Color

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

This div background color is #612060


#612060 Border Color

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

This div border color is #612060


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612060


Comments

No comments written yet.

Please login to write comment.