Color Hex Logo

#612063 Color Hex

#612063
(97,32,99)
0 Favorites   0 Comments

Color spaces of #612063

RGB 973299
HSL0.830.510.26
HSV298°68°39°
CMYK 0.020.680.00   0.61
XYZ7.69844.475312.2624
Yxy4.47530.31500.1831
Hunter Lab21.154927.9362-19.5589
CIE-Lab25.184338.8149-25.5758

#612063 color RGB value is (97,32,99).

#612063 hex color red value is 97, green value is 32 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #612063 hue: 0.83 , saturation: 0.51 and the lightness value of 612063 is 0.26.

The process color (four color CMYK) of #612063 color hex is 0.02, 0.68, 0.00, 0.61. Web safe color of #612063 is #663366. Color #612063 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100000 01100011
Octal 141 40 143
Decimal 97 32 99
Hex 61 20 63

RGB Percentages of Color #612063

%42.54
%14.04
%43.42

CMYK Percentages of Color #612063

%2
%68
%0
%61

Triadic Colors of #612063

#612063 #636120 #206361

Analogous Colors of #612063

#612063 #632044 #402063

Monochromatic Colors of #612063

#612063

Complementary Color

#612063 #226320

#612063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612063 Color CSS Codes

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

#612063 Text Font Color

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

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


#612063 Background Color

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

This div background color is #612063


#612063 Border Color

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

This div border color is #612063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612063


Comments

No comments written yet.

Please login to write comment.