Color Hex Logo

#515bda Color Hex

#515BDA
(81,91,218)
0 Favorites   0 Comments

Color spaces of #515bda

RGB 8191218
HSL0.650.650.59
HSV236°63°85°
CMYK 0.630.580.00   0.15
XYZ19.789314.293568.0456
Yxy14.29350.19380.1400
Hunter Lab37.806727.2710-80.2470
CIE-Lab44.650934.9206-66.4218

#515bda color RGB value is (81,91,218).

#515bda hex color red value is 81, green value is 91 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #515bda hue: 0.65 , saturation: 0.65 and the lightness value of 515bda is 0.59.

The process color (four color CMYK) of #515bda color hex is 0.63, 0.58, 0.00, 0.15. Web safe color of #515bda is #6666cc. Color #515bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011011 11011010
Octal 121 133 332
Decimal 81 91 218
Hex 51 5B DA

RGB Percentages of Color #515bda

%20.77
%23.33
%55.90

CMYK Percentages of Color #515bda

%63
%58
%0
%15

Triadic Colors of #515bda

#515bda #da515b #5bda51

Analogous Colors of #515bda

#515bda #8c51da #51a0da

Monochromatic Colors of #515bda

#515bda

Complementary Color

#515bda #dad051

#515bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#515bda Color CSS Codes

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

#515bda Text Font Color

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

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


#515bda Background Color

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

This div background color is #515bda


#515bda Border Color

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

This div border color is #515bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515bda


Comments

No comments written yet.

Please login to write comment.