Color Hex Logo

#51178e Color Hex

#51178E
(81,23,142)
0 Favorites   0 Comments

Color spaces of #51178e

RGB 8123142
HSL0.750.720.32
HSV269°84°56°
CMYK 0.430.840.00   0.44
XYZ8.58224.315125.9718
Yxy4.31510.22080.1110
Hunter Lab20.772837.3941-59.5880
CIE-Lab24.686948.9395-53.8850

#51178e color RGB value is (81,23,142).

#51178e hex color red value is 81, green value is 23 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #51178e hue: 0.75 , saturation: 0.72 and the lightness value of 51178e is 0.32.

The process color (four color CMYK) of #51178e color hex is 0.43, 0.84, 0.00, 0.44. Web safe color of #51178e is #660099. Color #51178e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010111 10001110
Octal 121 27 216
Decimal 81 23 142
Hex 51 17 8E

RGB Percentages of Color #51178e

%32.93
%9.35
%57.72

CMYK Percentages of Color #51178e

%43
%84
%0
%44

Triadic Colors of #51178e

#51178e #8e5117 #178e51

Analogous Colors of #51178e

#51178e #8d178e #17198e

Monochromatic Colors of #51178e

#51178e

Complementary Color

#51178e #548e17

#51178e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51178e Color Preview on White Background

Lorem ipsum dolor sit amet.

#51178e Color CSS Codes

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

#51178e Text Font Color

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

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


#51178e Background Color

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

This div background color is #51178e


#51178e Border Color

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

This div border color is #51178e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51178e


Comments

No comments written yet.

Please login to write comment.