Color Hex Logo

#611851 Color Hex

#611851
(97,24,81)
0 Favorites   0 Comments

Color spaces of #611851

RGB 972481
HSL0.870.600.24
HSV313°75°38°
CMYK 0.000.750.16   0.62
XYZ6.74163.78878.1606
Yxy3.78870.36070.2027
Hunter Lab19.464627.7608-11.2323
CIE-Lab22.960239.0400-17.1511

#611851 color RGB value is (97,24,81).

#611851 hex color red value is 97, green value is 24 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #611851 hue: 0.87 , saturation: 0.60 and the lightness value of 611851 is 0.24.

The process color (four color CMYK) of #611851 color hex is 0.00, 0.75, 0.16, 0.62. Web safe color of #611851 is #660066. Color #611851 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00011000 01010001
Octal 141 30 121
Decimal 97 24 81
Hex 61 18 51

RGB Percentages of Color #611851

%48.02
%11.88
%40.10

CMYK Percentages of Color #611851

%0
%75
%16
%62

Triadic Colors of #611851

#611851 #516118 #185161

Analogous Colors of #611851

#611851 #61182c #4d1861

Monochromatic Colors of #611851

#611851

Complementary Color

#611851 #186128

#611851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#611851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#611851 Color CSS Codes

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

#611851 Text Font Color

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

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


#611851 Background Color

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

This div background color is #611851


#611851 Border Color

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

This div border color is #611851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #611851


Comments

No comments written yet.

Please login to write comment.