Color Hex Logo

#511688 Color Hex

#511688
(81,22,136)
0 Favorites   0 Comments

Color spaces of #511688

RGB 8122136
HSL0.750.720.31
HSV271°84°53°
CMYK 0.400.840.00   0.47
XYZ8.12424.100723.6559
Yxy4.10070.22640.1143
Hunter Lab20.250236.1748-55.0864
CIE-Lab24.001647.8301-51.2646

#511688 color RGB value is (81,22,136).

#511688 hex color red value is 81, green value is 22 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #511688 hue: 0.75 , saturation: 0.72 and the lightness value of 511688 is 0.31.

The process color (four color CMYK) of #511688 color hex is 0.40, 0.84, 0.00, 0.47. Web safe color of #511688 is #660099. Color #511688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010110 10001000
Octal 121 26 210
Decimal 81 22 136
Hex 51 16 88

RGB Percentages of Color #511688

%33.89
%9.21
%56.90

CMYK Percentages of Color #511688

%40
%84
%0
%47

Triadic Colors of #511688

#511688 #885116 #168851

Analogous Colors of #511688

#511688 #881686 #181688

Monochromatic Colors of #511688

#511688

Complementary Color

#511688 #4d8816

#511688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#511688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#511688 Color CSS Codes

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

#511688 Text Font Color

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

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


#511688 Background Color

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

This div background color is #511688


#511688 Border Color

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

This div border color is #511688


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,22,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #511688; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #511688;
  -webkit-box-shadow: 1px 1px 3px 2px #511688;
  box-shadow:         1px 1px 3px 2px #511688; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #511688


Comments

No comments written yet.

Please login to write comment.