Color Hex Logo

#515dbb Color Hex

#515DBB
(81,93,187)
0 Favorites   0 Comments

Color spaces of #515dbb

RGB 8193187
HSL0.650.440.53
HSV233°57°73°
CMYK 0.570.500.00   0.27
XYZ16.277313.165948.6971
Yxy13.16590.20830.1685
Hunter Lab36.284816.5762-54.1724
CIE-Lab43.012223.3002-51.2031

#515dbb color RGB value is (81,93,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011101 10111011
Octal 121 135 273
Decimal 81 93 187
Hex 51 5D BB

RGB Percentages of Color #515dbb

%22.44
%25.76
%51.80

CMYK Percentages of Color #515dbb

%57
%50
%0
%27

Triadic Colors of #515dbb

#515dbb #bb515d #5dbb51

Analogous Colors of #515dbb

#515dbb #7a51bb #5192bb

Monochromatic Colors of #515dbb

#515dbb

Complementary Color

#515dbb #bbaf51

#515dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#515dbb Color CSS Codes

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

#515dbb Text Font Color

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

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


#515dbb Background Color

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

This div background color is #515dbb


#515dbb Border Color

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

This div border color is #515dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515dbb


Comments

No comments written yet.

Please login to write comment.