Color Hex Logo

#515fbd Color Hex

#515FBD
(81,95,189)
0 Favorites   0 Comments

Color spaces of #515fbd

RGB 8195189
HSL0.650.450.53
HSV232°57°74°
CMYK 0.570.500.00   0.26
XYZ16.670913.607949.8920
Yxy13.60790.20790.1697
Hunter Lab36.888916.1125-54.3672
CIE-Lab43.665322.7053-51.3179

#515fbd color RGB value is (81,95,189).

#515fbd hex color red value is 81, green value is 95 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #515fbd hue: 0.65 , saturation: 0.45 and the lightness value of 515fbd is 0.53.

The process color (four color CMYK) of #515fbd color hex is 0.57, 0.50, 0.00, 0.26. Web safe color of #515fbd is #6666cc. Color #515fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011111 10111101
Octal 121 137 275
Decimal 81 95 189
Hex 51 5F BD

RGB Percentages of Color #515fbd

%22.19
%26.03
%51.78

CMYK Percentages of Color #515fbd

%57
%50
%0
%26

Triadic Colors of #515fbd

#515fbd #bd515f #5fbd51

Analogous Colors of #515fbd

#515fbd #7951bd #5195bd

Monochromatic Colors of #515fbd

#515fbd

Complementary Color

#515fbd #bdaf51

#515fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#515fbd Color CSS Codes

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

#515fbd Text Font Color

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

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


#515fbd Background Color

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

This div background color is #515fbd


#515fbd Border Color

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

This div border color is #515fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515fbd


Comments

No comments written yet.

Please login to write comment.