Color Hex Logo

#51054e Color Hex

#51054E
(81,5,78)
0 Favorites   0 Comments

Color spaces of #51054e

RGB 81578
HSL0.840.880.17
HSV302°94°32°
CMYK 0.000.940.04   0.68
XYZ4.82282.40797.4183
Yxy2.40790.32920.1644
Hunter Lab15.517428.3222-17.4822
CIE-Lab17.496940.7243-23.9322

#51054e color RGB value is (81,5,78).

#51054e hex color red value is 81, green value is 5 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #51054e hue: 0.84 , saturation: 0.88 and the lightness value of 51054e is 0.17.

The process color (four color CMYK) of #51054e color hex is 0.00, 0.94, 0.04, 0.68. Web safe color of #51054e is #660066. Color #51054e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000101 01001110
Octal 121 5 116
Decimal 81 5 78
Hex 51 5 4E

RGB Percentages of Color #51054e

%49.39
%3.05
%47.56

CMYK Percentages of Color #51054e

%0
%94
%4
%68

Triadic Colors of #51054e

#51054e #4e5105 #054e51

Analogous Colors of #51054e

#51054e #510528 #2e0551

Monochromatic Colors of #51054e

#51054e

Complementary Color

#51054e #055108

#51054e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51054e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51054e Color CSS Codes

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

#51054e Text Font Color

<p style="color:#51054e">Text here</p>

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


#51054e Background Color

<div style="background-color:#51054e">
Div content here</div>

This div background color is #51054e


#51054e Border Color

<div style="border:3px solid #51054e">
Div here</div>

This div border color is #51054e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,5,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51054e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51054e;
  -webkit-box-shadow: 1px 1px 3px 2px #51054e;
  box-shadow:         1px 1px 3px 2px #51054e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51054e


Comments

No comments written yet.

Please login to write comment.