Color Hex Logo

#51123b Color Hex

#51123B
(81,18,59)
0 Favorites   0 Comments

Color spaces of #51123b

RGB 811859
HSL0.890.640.19
HSV321°78°32°
CMYK 0.000.780.27   0.68
XYZ4.39912.49774.3879
Yxy2.49770.38980.2213
Hunter Lab15.804122.0286-5.3986
CIE-Lab17.908233.3635-10.1068

#51123b color RGB value is (81,18,59).

#51123b hex color red value is 81, green value is 18 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #51123b hue: 0.89 , saturation: 0.64 and the lightness value of 51123b is 0.19.

The process color (four color CMYK) of #51123b color hex is 0.00, 0.78, 0.27, 0.68. Web safe color of #51123b is #660033. Color #51123b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010010 00111011
Octal 121 22 73
Decimal 81 18 59
Hex 51 12 3B

RGB Percentages of Color #51123b

%51.27
%11.39
%37.34

CMYK Percentages of Color #51123b

%0
%78
%27
%68

Triadic Colors of #51123b

#51123b #3b5112 #123b51

Analogous Colors of #51123b

#51123b #51121c #471251

Monochromatic Colors of #51123b

#51123b

Complementary Color

#51123b #125128

#51123b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51123b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51123b Color CSS Codes

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

#51123b Text Font Color

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

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


#51123b Background Color

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

This div background color is #51123b


#51123b Border Color

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

This div border color is #51123b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51123b


Comments

No comments written yet.

Please login to write comment.