Color Hex Logo

#611332 Color Hex

#611332
(97,19,50)
0 Favorites   0 Comments

Color spaces of #611332

RGB 971950
HSL0.930.670.23
HSV336°80°38°
CMYK 0.000.800.48   0.62
XYZ5.73843.23743.3401
Yxy3.23740.46590.2629
Hunter Lab17.992825.44131.5886
CIE-Lab20.970636.79351.1345

#611332 color RGB value is (97,19,50).

#611332 hex color red value is 97, green value is 19 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #611332 hue: 0.93 , saturation: 0.67 and the lightness value of 611332 is 0.23.

The process color (four color CMYK) of #611332 color hex is 0.00, 0.80, 0.48, 0.62. Web safe color of #611332 is #660033. Color #611332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010011 00110010
Octal 141 23 62
Decimal 97 19 50
Hex 61 13 32

RGB Percentages of Color #611332

%58.43
%11.45
%30.12

CMYK Percentages of Color #611332

%0
%80
%48
%62

Triadic Colors of #611332

#611332 #326113 #133261

Analogous Colors of #611332

#611332 #611b13 #611359

Monochromatic Colors of #611332

#611332

Complementary Color

#611332 #136142

#611332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#611332 Color CSS Codes

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

#611332 Text Font Color

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

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


#611332 Background Color

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

This div background color is #611332


#611332 Border Color

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

This div border color is #611332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611332


Comments

No comments written yet.

Please login to write comment.