Color Hex Logo

#612361 Color Hex

#612361
(97,35,97)
0 Favorites   0 Comments

Color spaces of #612361

RGB 973597
HSL0.830.470.26
HSV300°64°38°
CMYK 0.000.640.00   0.62
XYZ7.68854.606511.7932
Yxy4.60650.31920.1912
Hunter Lab21.462826.3834-17.5543
CIE-Lab25.582937.0041-23.6406

#612361 color RGB value is (97,35,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100011 01100001
Octal 141 43 141
Decimal 97 35 97
Hex 61 23 61

RGB Percentages of Color #612361

%42.36
%15.28
%42.36

CMYK Percentages of Color #612361

%0
%64
%0
%62

Triadic Colors of #612361

#612361 #616123 #236161

Analogous Colors of #612361

#612361 #612342 #422361

Monochromatic Colors of #612361

#612361

Complementary Color

#612361 #236123

#612361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612361 Color CSS Codes

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

#612361 Text Font Color

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

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


#612361 Background Color

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

This div background color is #612361


#612361 Border Color

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

This div border color is #612361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612361


Comments

No comments written yet.

Please login to write comment.