Color Hex Logo

#61074e Color Hex

#61074E
(97,7,78)
0 Favorites   0 Comments

Color spaces of #61074e

RGB 97778
HSL0.870.870.20
HSV313°93°38°
CMYK 0.000.930.20   0.62
XYZ6.38093.24347.4975
Yxy3.24340.37270.1894
Hunter Lab18.009431.7276-12.0764
CIE-Lab20.993443.7583-18.1933

#61074e color RGB value is (97,7,78).

#61074e hex color red value is 97, green value is 7 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #61074e hue: 0.87 , saturation: 0.87 and the lightness value of 61074e is 0.20.

The process color (four color CMYK) of #61074e color hex is 0.00, 0.93, 0.20, 0.62. Web safe color of #61074e is #660066. Color #61074e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00000111 01001110
Octal 141 7 116
Decimal 97 7 78
Hex 61 7 4E

RGB Percentages of Color #61074e

%53.30
%3.85
%42.86

CMYK Percentages of Color #61074e

%0
%93
%20
%62

Triadic Colors of #61074e

#61074e #4e6107 #074e61

Analogous Colors of #61074e

#61074e #610721 #470761

Monochromatic Colors of #61074e

#61074e

Complementary Color

#61074e #07611a

#61074e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61074e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61074e Color CSS Codes

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

#61074e Text Font Color

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

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


#61074e Background Color

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

This div background color is #61074e


#61074e Border Color

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

This div border color is #61074e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61074e


Comments

No comments written yet.

Please login to write comment.