Color Hex Logo

#515880 Color Hex

#515880
(81,88,128)
0 Favorites   0 Comments

Color spaces of #515880

RGB 8188128
HSL0.640.220.41
HSV231°37°50°
CMYK 0.370.310.00   0.50
XYZ10.779310.287321.8396
Yxy10.28730.25120.2398
Hunter Lab32.07383.8607-17.9199
CIE-Lab38.35327.7405-23.3610

#515880 color RGB value is (81,88,128).

#515880 hex color red value is 81, green value is 88 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #515880 hue: 0.64 , saturation: 0.22 and the lightness value of 515880 is 0.41.

The process color (four color CMYK) of #515880 color hex is 0.37, 0.31, 0.00, 0.50. Web safe color of #515880 is #666699. Color #515880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011000 10000000
Octal 121 130 200
Decimal 81 88 128
Hex 51 58 80

RGB Percentages of Color #515880

%27.27
%29.63
%43.10

CMYK Percentages of Color #515880

%37
%31
%0
%50

Triadic Colors of #515880

#515880 #805158 #588051

Analogous Colors of #515880

#515880 #625180 #517080

Monochromatic Colors of #515880

#515880

Complementary Color

#515880 #807951

#515880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#515880 Color CSS Codes

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

#515880 Text Font Color

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

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


#515880 Background Color

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

This div background color is #515880


#515880 Border Color

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

This div border color is #515880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515880


Comments

No comments written yet.

Please login to write comment.