Color Hex Logo

#61175e Color Hex

#61175E
(97,23,94)
1 Favorites   0 Comments

Color spaces of #61175e

RGB 972394
HSL0.840.620.24
HSV302°76°38°
CMYK 0.000.760.03   0.62
XYZ7.25653.962310.9720
Yxy3.96230.32700.1786
Hunter Lab19.905530.2370-18.7470
CIE-Lab23.546441.6538-24.8856

#61175e color RGB value is (97,23,94).

#61175e hex color red value is 97, green value is 23 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #61175e hue: 0.84 , saturation: 0.62 and the lightness value of 61175e is 0.24.

The process color (four color CMYK) of #61175e color hex is 0.00, 0.76, 0.03, 0.62. Web safe color of #61175e is #660066. Color #61175e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010111 01011110
Octal 141 27 136
Decimal 97 23 94
Hex 61 17 5E

RGB Percentages of Color #61175e

%45.33
%10.75
%43.93

CMYK Percentages of Color #61175e

%0
%76
%3
%62

Triadic Colors of #61175e

#61175e #5e6117 #175e61

Analogous Colors of #61175e

#61175e #611739 #3f1761

Monochromatic Colors of #61175e

#61175e

Complementary Color

#61175e #17611a

#61175e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61175e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61175e Color CSS Codes

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

#61175e Text Font Color

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

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


#61175e Background Color

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

This div background color is #61175e


#61175e Border Color

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

This div border color is #61175e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61175e

#61175e Color Palettes


Comments

No comments written yet.

Please login to write comment.