Color Hex Logo

#51084c Color Hex

#51084C
(81,8,76)
0 Favorites   0 Comments

Color spaces of #51084c

RGB 81876
HSL0.840.820.17
HSV304°90°32°
CMYK 0.000.900.06   0.68
XYZ4.78472.44487.0572
Yxy2.44480.33490.1711
Hunter Lab15.635927.2597-15.8153
CIE-Lab17.667139.5018-22.2912

#51084c color RGB value is (81,8,76).

#51084c hex color red value is 81, green value is 8 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #51084c hue: 0.84 , saturation: 0.82 and the lightness value of 51084c is 0.17.

The process color (four color CMYK) of #51084c color hex is 0.00, 0.90, 0.06, 0.68. Web safe color of #51084c is #660033. Color #51084c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00001000 01001100
Octal 121 10 114
Decimal 81 8 76
Hex 51 8 4C

RGB Percentages of Color #51084c

%49.09
%4.85
%46.06

CMYK Percentages of Color #51084c

%0
%90
%6
%68

Triadic Colors of #51084c

#51084c #4c5108 #084c51

Analogous Colors of #51084c

#51084c #510827 #320851

Monochromatic Colors of #51084c

#51084c

Complementary Color

#51084c #08510d

#51084c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51084c Color Preview on White Background

Lorem ipsum dolor sit amet.

#51084c Color CSS Codes

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

#51084c Text Font Color

<p style="color:#51084c">Text here</p>

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


#51084c Background Color

<div style="background-color:#51084c">
Div content here</div>

This div background color is #51084c


#51084c Border Color

<div style="border:3px solid #51084c">
Div here</div>

This div border color is #51084c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,8,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51084c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51084c;
  -webkit-box-shadow: 1px 1px 3px 2px #51084c;
  box-shadow:         1px 1px 3px 2px #51084c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51084c


Comments

No comments written yet.

Please login to write comment.