Color Hex Logo

#61115b Color Hex

#61115B
(97,17,91)
0 Favorites   0 Comments

Color spaces of #61115b

RGB 971791
HSL0.850.700.22
HSV305°82°38°
CMYK 0.000.820.06   0.62
XYZ7.01853.697610.2413
Yxy3.69760.33490.1764
Hunter Lab19.229131.5002-18.1170
CIE-Lab22.645443.1926-24.3253

#61115b color RGB value is (97,17,91).

#61115b hex color red value is 97, green value is 17 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #61115b hue: 0.85 , saturation: 0.70 and the lightness value of 61115b is 0.22.

The process color (four color CMYK) of #61115b color hex is 0.00, 0.82, 0.06, 0.62. Web safe color of #61115b is #660066. Color #61115b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010001 01011011
Octal 141 21 133
Decimal 97 17 91
Hex 61 11 5B

RGB Percentages of Color #61115b

%47.32
%8.29
%44.39

CMYK Percentages of Color #61115b

%0
%82
%6
%62

Triadic Colors of #61115b

#61115b #5b6111 #115b61

Analogous Colors of #61115b

#61115b #611133 #3f1161

Monochromatic Colors of #61115b

#61115b

Complementary Color

#61115b #116117

#61115b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61115b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61115b Color CSS Codes

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

#61115b Text Font Color

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

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


#61115b Background Color

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

This div background color is #61115b


#61115b Border Color

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

This div border color is #61115b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,17,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61115b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61115b;
  -webkit-box-shadow: 1px 1px 3px 2px #61115b;
  box-shadow:         1px 1px 3px 2px #61115b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61115b


Comments

No comments written yet.

Please login to write comment.