Color Hex Logo

#51187f Color Hex

#51187F
(81,24,127)
0 Favorites   0 Comments

Color spaces of #51187f

RGB 8124127
HSL0.760.680.30
HSV273°81°50°
CMYK 0.360.810.00   0.50
XYZ7.55073.934920.4402
Yxy3.93490.23650.1233
Hunter Lab19.836633.2312-47.2086
CIE-Lab23.455044.8763-46.4915

#51187f color RGB value is (81,24,127).

#51187f hex color red value is 81, green value is 24 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #51187f hue: 0.76 , saturation: 0.68 and the lightness value of 51187f is 0.30.

The process color (four color CMYK) of #51187f color hex is 0.36, 0.81, 0.00, 0.50. Web safe color of #51187f is #660066. Color #51187f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00011000 01111111
Octal 121 30 177
Decimal 81 24 127
Hex 51 18 7F

RGB Percentages of Color #51187f

%34.91
%10.34
%54.74

CMYK Percentages of Color #51187f

%36
%81
%0
%50

Triadic Colors of #51187f

#51187f #7f5118 #187f51

Analogous Colors of #51187f

#51187f #7f187a #1d187f

Monochromatic Colors of #51187f

#51187f

Complementary Color

#51187f #467f18

#51187f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#51187f Color Preview on White Background

Lorem ipsum dolor sit amet.

#51187f Color CSS Codes

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

#51187f Text Font Color

<p style="color:#51187f">Text here</p>

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


#51187f Background Color

<div style="background-color:#51187f">
Div content here</div>

This div background color is #51187f


#51187f Border Color

<div style="border:3px solid #51187f">
Div here</div>

This div border color is #51187f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,24,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #51187f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #51187f;
  -webkit-box-shadow: 1px 1px 3px 2px #51187f;
  box-shadow:         1px 1px 3px 2px #51187f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #51187f


Comments

No comments written yet.

Please login to write comment.