Color Hex Logo

#612149 Color Hex

#612149
(97,33,73)
0 Favorites   0 Comments

Color spaces of #612149

RGB 973373
HSL0.900.490.25
HSV323°66°38°
CMYK 0.000.660.25   0.62
XYZ6.67624.11016.7448
Yxy4.11010.38080.2344
Hunter Lab20.273423.3032-5.5340
CIE-Lab24.032133.7482-10.1137

#612149 color RGB value is (97,33,73).

#612149 hex color red value is 97, green value is 33 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #612149 hue: 0.90 , saturation: 0.49 and the lightness value of 612149 is 0.25.

The process color (four color CMYK) of #612149 color hex is 0.00, 0.66, 0.25, 0.62. Web safe color of #612149 is #663333. Color #612149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100001 01001001
Octal 141 41 111
Decimal 97 33 73
Hex 61 21 49

RGB Percentages of Color #612149

%47.78
%16.26
%35.96

CMYK Percentages of Color #612149

%0
%66
%25
%62

Triadic Colors of #612149

#612149 #496121 #214961

Analogous Colors of #612149

#612149 #612129 #592161

Monochromatic Colors of #612149

#612149

Complementary Color

#612149 #216139

#612149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612149 Color CSS Codes

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

#612149 Text Font Color

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

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


#612149 Background Color

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

This div background color is #612149


#612149 Border Color

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

This div border color is #612149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612149


Comments

No comments written yet.

Please login to write comment.