Color Hex Logo

#515bde Color Hex

#515BDE
(81,91,222)
0 Favorites   0 Comments

Color spaces of #515bde

RGB 8191222
HSL0.650.680.59
HSV236°64°87°
CMYK 0.640.590.00   0.13
XYZ20.319214.505470.8361
Yxy14.50540.19230.1373
Hunter Lab38.086028.5809-83.6134
CIE-Lab44.949236.2569-68.2137

#515bde color RGB value is (81,91,222).

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

The process color (four color CMYK) of #515bde color hex is 0.64, 0.59, 0.00, 0.13. Web safe color of #515bde is #6666cc. Color #515bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011011 11011110
Octal 121 133 336
Decimal 81 91 222
Hex 51 5B DE

RGB Percentages of Color #515bde

%20.56
%23.10
%56.35

CMYK Percentages of Color #515bde

%64
%59
%0
%13

Triadic Colors of #515bde

#515bde #de515b #5bde51

Analogous Colors of #515bde

#515bde #8e51de #51a2de

Monochromatic Colors of #515bde

#515bde

Complementary Color

#515bde #ded451

#515bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#515bde Color CSS Codes

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

#515bde Text Font Color

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

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


#515bde Background Color

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

This div background color is #515bde


#515bde Border Color

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

This div border color is #515bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515bde


Comments

No comments written yet.

Please login to write comment.