Color Hex Logo

#610047 Color Hex

#610047
(97,0,71)
0 Favorites   0 Comments

Color spaces of #610047

RGB 97071
HSL0.881.000.19
HSV316°100°38°
CMYK 0.001.000.27   0.62
XYZ6.06712.99636.2198
Yxy2.99630.39700.1961
Hunter Lab17.309832.2721-9.1873
CIE-Lab20.029144.5278-14.9066

#610047 color RGB value is (97,0,71).

#610047 hex color red value is 97, green value is 0 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #610047 hue: 0.88 , saturation: 1.00 and the lightness value of 610047 is 0.19.

The process color (four color CMYK) of #610047 color hex is 0.00, 1.00, 0.27, 0.62. Web safe color of #610047 is #660033. Color #610047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000000 01000111
Octal 141 0 107
Decimal 97 0 71
Hex 61 0 47

RGB Percentages of Color #610047

%57.74
%0.00
%42.26

CMYK Percentages of Color #610047

%0
%100
%27
%62

Triadic Colors of #610047

#610047 #476100 #004761

Analogous Colors of #610047

#610047 #610017 #4b0061

Monochromatic Colors of #610047

#610047

Complementary Color

#610047 #00611a

#610047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#610047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#610047 Color CSS Codes

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

#610047 Text Font Color

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

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


#610047 Background Color

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

This div background color is #610047


#610047 Border Color

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

This div border color is #610047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #610047


Comments

No comments written yet.

Please login to write comment.