Color Hex Logo

#612873 Color Hex

#612873
(97,40,115)
0 Favorites   0 Comments

Color spaces of #612873

RGB 9740115
HSL0.790.480.30
HSV286°65°45°
CMYK 0.160.650.00   0.55
XYZ8.78315.296816.7791
Yxy5.29680.28460.1716
Hunter Lab23.014827.8449-27.1155
CIE-Lab27.564138.2745-32.1153

#612873 color RGB value is (97,40,115).

#612873 hex color red value is 97, green value is 40 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #612873 hue: 0.79 , saturation: 0.48 and the lightness value of 612873 is 0.30.

The process color (four color CMYK) of #612873 color hex is 0.16, 0.65, 0.00, 0.55. Web safe color of #612873 is #663366. Color #612873 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101000 01110011
Octal 141 50 163
Decimal 97 40 115
Hex 61 28 73

RGB Percentages of Color #612873

%38.49
%15.87
%45.63

CMYK Percentages of Color #612873

%16
%65
%0
%55

Triadic Colors of #612873

#612873 #736128 #287361

Analogous Colors of #612873

#612873 #732860 #3c2873

Monochromatic Colors of #612873

#612873

Complementary Color

#612873 #3a7328

#612873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612873 Color CSS Codes

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

#612873 Text Font Color

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

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


#612873 Background Color

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

This div background color is #612873


#612873 Border Color

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

This div border color is #612873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612873


Comments

No comments written yet.

Please login to write comment.