Color Hex Logo

#51246b Color Hex

#51246B
(81,36,107)
0 Favorites   0 Comments

Color spaces of #51246b

RGB 8136107
HSL0.770.500.28
HSV278°66°42°
CMYK 0.240.660.00   0.58
XYZ6.67814.072614.3440
Yxy4.07260.26610.1623
Hunter Lab20.180723.7522-28.0156
CIE-Lab23.910034.2942-32.9550

#51246b color RGB value is (81,36,107).

#51246b hex color red value is 81, green value is 36 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #51246b hue: 0.77 , saturation: 0.50 and the lightness value of 51246b is 0.28.

The process color (four color CMYK) of #51246b color hex is 0.24, 0.66, 0.00, 0.58. Web safe color of #51246b is #663366. Color #51246b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00100100 01101011
Octal 121 44 153
Decimal 81 36 107
Hex 51 24 6B

RGB Percentages of Color #51246b

%36.16
%16.07
%47.77

CMYK Percentages of Color #51246b

%24
%66
%0
%58

Triadic Colors of #51246b

#51246b #6b5124 #246b51

Analogous Colors of #51246b

#51246b #6b2462 #2e246b

Monochromatic Colors of #51246b

#51246b

Complementary Color

#51246b #3e6b24

#51246b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51246b Color Preview on White Background

Lorem ipsum dolor sit amet.

#51246b Color CSS Codes

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

#51246b Text Font Color

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

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


#51246b Background Color

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

This div background color is #51246b


#51246b Border Color

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

This div border color is #51246b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51246b


Comments

No comments written yet.

Please login to write comment.