Color Hex Logo

#612147 Color Hex

#612147
(97,33,71)
0 Favorites   0 Comments

Color spaces of #612147

RGB 973371
HSL0.900.490.25
HSV324°66°38°
CMYK 0.000.660.27   0.62
XYZ6.61104.08406.4011
Yxy4.08400.38670.2389
Hunter Lab20.208923.0276-4.6337
CIE-Lab23.947233.4404-8.8924

#612147 color RGB value is (97,33,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 00100001 01000111
Octal 141 41 107
Decimal 97 33 71
Hex 61 21 47

RGB Percentages of Color #612147

%48.26
%16.42
%35.32

CMYK Percentages of Color #612147

%0
%66
%27
%62

Triadic Colors of #612147

#612147 #476121 #214761

Analogous Colors of #612147

#612147 #612127 #5b2161

Monochromatic Colors of #612147

#612147

Complementary Color

#612147 #21613b

#612147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#612147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#612147 Color CSS Codes

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

#612147 Text Font Color

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

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


#612147 Background Color

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

This div background color is #612147


#612147 Border Color

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

This div border color is #612147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #612147


Comments

No comments written yet.

Please login to write comment.