Color Hex Logo

#515add Color Hex

#515ADD
(81,90,221)
0 Favorites   0 Comments

Color spaces of #515add

RGB 8190221
HSL0.660.670.59
HSV236°63°87°
CMYK 0.630.590.00   0.13
XYZ20.100614.282170.1039
Yxy14.28210.19240.1367
Hunter Lab37.791728.8050-83.5293
CIE-Lab44.634836.5360-68.1566

#515add color RGB value is (81,90,221).

#515add hex color red value is 81, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #515add hue: 0.66 , saturation: 0.67 and the lightness value of 515add is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011010 11011101
Octal 121 132 335
Decimal 81 90 221
Hex 51 5A DD

RGB Percentages of Color #515add

%20.66
%22.96
%56.38

CMYK Percentages of Color #515add

%63
%59
%0
%13

Triadic Colors of #515add

#515add #dd515a #5add51

Analogous Colors of #515add

#515add #8e51dd #51a0dd

Monochromatic Colors of #515add

#515add

Complementary Color

#515add #ddd451

#515add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515add Color Preview on White Background

Lorem ipsum dolor sit amet.

#515add Color CSS Codes

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

#515add Text Font Color

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

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


#515add Background Color

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

This div background color is #515add


#515add Border Color

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

This div border color is #515add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515add


Comments

No comments written yet.

Please login to write comment.