Color Hex Logo

#612297 Color Hex

#612297
(97,34,151)
0 Favorites   0 Comments

Color spaces of #612297

RGB 9734151
HSL0.760.630.36
HSV272°77°59°
CMYK 0.360.770.00   0.41
XYZ11.08775.919829.8364
Yxy5.91980.23670.1264
Hunter Lab24.330638.7655-55.6752
CIE-Lab29.209249.4407-51.9579

#612297 color RGB value is (97,34,151).

#612297 hex color red value is 97, green value is 34 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #612297 hue: 0.76 , saturation: 0.63 and the lightness value of 612297 is 0.36.

The process color (four color CMYK) of #612297 color hex is 0.36, 0.77, 0.00, 0.41. Web safe color of #612297 is #663399. Color #612297 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100010 10010111
Octal 141 42 227
Decimal 97 34 151
Hex 61 22 97

RGB Percentages of Color #612297

%34.40
%12.06
%53.55

CMYK Percentages of Color #612297

%36
%77
%0
%41

Triadic Colors of #612297

#612297 #976122 #229761

Analogous Colors of #612297

#612297 #972293 #272297

Monochromatic Colors of #612297

#612297

Complementary Color

#612297 #589722

#612297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612297 Color CSS Codes

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

#612297 Text Font Color

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

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


#612297 Background Color

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

This div background color is #612297


#612297 Border Color

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

This div border color is #612297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612297


Comments

No comments written yet.

Please login to write comment.