Color Hex Logo

#515186 Color Hex

#515186
(81,81,134)
0 Favorites   0 Comments

Color spaces of #515186

RGB 8181134
HSL0.670.250.42
HSV240°40°53°
CMYK 0.400.400.00   0.47
XYZ10.63889.355423.7993
Yxy9.35540.24290.2136
Hunter Lab30.58668.5603-24.7227
CIE-Lab36.659713.9838-29.6826

#515186 color RGB value is (81,81,134).

#515186 hex color red value is 81, green value is 81 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #515186 hue: 0.67 , saturation: 0.25 and the lightness value of 515186 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010001 10000110
Octal 121 121 206
Decimal 81 81 134
Hex 51 51 86

RGB Percentages of Color #515186

%27.36
%27.36
%45.27

CMYK Percentages of Color #515186

%40
%40
%0
%47

Triadic Colors of #515186

#515186 #865151 #518651

Analogous Colors of #515186

#515186 #6c5186 #516c86

Monochromatic Colors of #515186

#515186

Complementary Color

#515186 #868651

#515186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515186 Color CSS Codes

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

#515186 Text Font Color

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

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


#515186 Background Color

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

This div background color is #515186


#515186 Border Color

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

This div border color is #515186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515186


Comments

No comments written yet.

Please login to write comment.