Color Hex Logo

#61195b Color Hex

#61195B
(97,25,91)
0 Favorites   0 Comments

Color spaces of #61195b

RGB 972591
HSL0.850.590.24
HSV305°74°38°
CMYK 0.000.740.06   0.62
XYZ7.16573.992010.2904
Yxy3.99200.33410.1861
Hunter Lab19.980029.0529-16.5504
CIE-Lab23.645040.3406-22.7471

#61195b color RGB value is (97,25,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011001 01011011
Octal 141 31 133
Decimal 97 25 91
Hex 61 19 5B

RGB Percentages of Color #61195b

%45.54
%11.74
%42.72

CMYK Percentages of Color #61195b

%0
%74
%6
%62

Triadic Colors of #61195b

#61195b #5b6119 #195b61

Analogous Colors of #61195b

#61195b #611937 #431961

Monochromatic Colors of #61195b

#61195b

Complementary Color

#61195b #19611f

#61195b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61195b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61195b Color CSS Codes

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

#61195b Text Font Color

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

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


#61195b Background Color

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

This div background color is #61195b


#61195b Border Color

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

This div border color is #61195b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,25,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 #61195b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61195b


Comments

No comments written yet.

Please login to write comment.