Color Hex Logo

#515fbc Color Hex

#515FBC
(81,95,188)
0 Favorites   0 Comments

Color spaces of #515fbc

RGB 8195188
HSL0.640.440.53
HSV232°57°74°
CMYK 0.570.490.00   0.26
XYZ16.562613.564649.3222
Yxy13.56460.20850.1707
Hunter Lab36.830215.8191-53.6189
CIE-Lab43.601922.3710-50.8379

#515fbc color RGB value is (81,95,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011111 10111100
Octal 121 137 274
Decimal 81 95 188
Hex 51 5F BC

RGB Percentages of Color #515fbc

%22.25
%26.10
%51.65

CMYK Percentages of Color #515fbc

%57
%49
%0
%26

Triadic Colors of #515fbc

#515fbc #bc515f #5fbc51

Analogous Colors of #515fbc

#515fbc #7951bc #5195bc

Monochromatic Colors of #515fbc

#515fbc

Complementary Color

#515fbc #bcae51

#515fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#515fbc Color CSS Codes

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

#515fbc Text Font Color

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

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


#515fbc Background Color

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

This div background color is #515fbc


#515fbc Border Color

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

This div border color is #515fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515fbc


Comments

No comments written yet.

Please login to write comment.