Color Hex Logo

#61143f Color Hex

#61143F
(97,20,63)
0 Favorites   0 Comments

Color spaces of #61143f

RGB 972063
HSL0.910.660.23
HSV326°79°38°
CMYK 0.000.790.35   0.62
XYZ6.07713.40065.0387
Yxy3.40060.41860.2343
Hunter Lab18.440726.5531-3.2918
CIE-Lab21.581737.9451-7.0081

#61143f color RGB value is (97,20,63).

#61143f hex color red value is 97, green value is 20 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #61143f hue: 0.91 , saturation: 0.66 and the lightness value of 61143f is 0.23.

The process color (four color CMYK) of #61143f color hex is 0.00, 0.79, 0.35, 0.62. Web safe color of #61143f is #660033. Color #61143f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010100 00111111
Octal 141 24 77
Decimal 97 20 63
Hex 61 14 3F

RGB Percentages of Color #61143f

%53.89
%11.11
%35.00

CMYK Percentages of Color #61143f

%0
%79
%35
%62

Triadic Colors of #61143f

#61143f #3f6114 #143f61

Analogous Colors of #61143f

#61143f #611419 #5d1461

Monochromatic Colors of #61143f

#61143f

Complementary Color

#61143f #146136

#61143f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61143f Color Preview on White Background

Lorem ipsum dolor sit amet.

#61143f Color CSS Codes

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

#61143f Text Font Color

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

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


#61143f Background Color

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

This div background color is #61143f


#61143f Border Color

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

This div border color is #61143f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,20,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61143f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61143f;
  -webkit-box-shadow: 1px 1px 3px 2px #61143f;
  box-shadow:         1px 1px 3px 2px #61143f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61143f


Comments

No comments written yet.

Please login to write comment.