Color Hex Logo

#612870 Color Hex

#612870
(97,40,112)
0 Favorites   0 Comments

Color spaces of #612870

RGB 9740112
HSL0.800.470.30
HSV288°64°44°
CMYK 0.130.640.00   0.56
XYZ8.61325.228815.8845
Yxy5.22880.28970.1759
Hunter Lab22.866627.2195-25.1798
CIE-Lab27.376937.6145-30.4975

#612870 color RGB value is (97,40,112).

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

The process color (four color CMYK) of #612870 color hex is 0.13, 0.64, 0.00, 0.56. Web safe color of #612870 is #663366. Color #612870 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00101000 01110000
Octal 141 50 160
Decimal 97 40 112
Hex 61 28 70

RGB Percentages of Color #612870

%38.96
%16.06
%44.98

CMYK Percentages of Color #612870

%13
%64
%0
%56

Triadic Colors of #612870

#612870 #706128 #287061

Analogous Colors of #612870

#612870 #70285b #3d2870

Monochromatic Colors of #612870

#612870

Complementary Color

#612870 #377028

#612870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612870 Color CSS Codes

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

#612870 Text Font Color

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

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


#612870 Background Color

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

This div background color is #612870


#612870 Border Color

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

This div border color is #612870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612870


Comments

No comments written yet.

Please login to write comment.