Color Hex Logo

#61124b Color Hex

#61124B
(97,18,75)
0 Favorites   0 Comments

Color spaces of #61124b

RGB 971875
HSL0.880.690.23
HSV317°81°38°
CMYK 0.000.810.23   0.62
XYZ6.41613.48206.9905
Yxy3.48200.37990.2062
Hunter Lab18.660128.7203-9.1493
CIE-Lab21.879240.3134-14.7751

#61124b color RGB value is (97,18,75).

#61124b hex color red value is 97, green value is 18 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #61124b hue: 0.88 , saturation: 0.69 and the lightness value of 61124b is 0.23.

The process color (four color CMYK) of #61124b color hex is 0.00, 0.81, 0.23, 0.62. Web safe color of #61124b is #660033. Color #61124b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00010010 01001011
Octal 141 22 113
Decimal 97 18 75
Hex 61 12 4B

RGB Percentages of Color #61124b

%51.05
%9.47
%39.47

CMYK Percentages of Color #61124b

%0
%81
%23
%62

Triadic Colors of #61124b

#61124b #4b6112 #124b61

Analogous Colors of #61124b

#61124b #611224 #4f1261

Monochromatic Colors of #61124b

#61124b

Complementary Color

#61124b #126128

#61124b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61124b Color Preview on White Background

Lorem ipsum dolor sit amet.

#61124b Color CSS Codes

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

#61124b Text Font Color

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

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


#61124b Background Color

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

This div background color is #61124b


#61124b Border Color

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

This div border color is #61124b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,18,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61124b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61124b;
  -webkit-box-shadow: 1px 1px 3px 2px #61124b;
  box-shadow:         1px 1px 3px 2px #61124b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61124b


Comments

No comments written yet.

Please login to write comment.