Color Hex Logo

#51203b Color Hex

#51203B
(81,32,59)
0 Favorites   0 Comments

Color spaces of #51203b

RGB 813259
HSL0.910.430.22
HSV327°60°32°
CMYK 0.000.600.27   0.68
XYZ4.69933.09814.4880
Yxy3.09810.38250.2522
Hunter Lab17.601416.8542-2.7967
CIE-Lab20.432626.4767-6.2719

#51203b color RGB value is (81,32,59).

#51203b hex color red value is 81, green value is 32 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #51203b hue: 0.91 , saturation: 0.43 and the lightness value of 51203b is 0.22.

The process color (four color CMYK) of #51203b color hex is 0.00, 0.60, 0.27, 0.68. Web safe color of #51203b is #663333. Color #51203b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100000 00111011
Octal 121 40 73
Decimal 81 32 59
Hex 51 20 3B

RGB Percentages of Color #51203b

%47.09
%18.60
%34.30

CMYK Percentages of Color #51203b

%0
%60
%27
%68

Triadic Colors of #51203b

#51203b #3b5120 #203b51

Analogous Colors of #51203b

#51203b #512023 #4f2051

Monochromatic Colors of #51203b

#51203b

Complementary Color

#51203b #205136

#51203b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51203b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51203b Color CSS Codes

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

#51203b Text Font Color

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

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


#51203b Background Color

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

This div background color is #51203b


#51203b Border Color

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

This div border color is #51203b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,32,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 #51203b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51203b


Comments

No comments written yet.

Please login to write comment.