Color Hex Logo

#515efa Color Hex

#515EFA
(81,94,250)
0 Favorites   0 Comments

Color spaces of #515efa

RGB 8194250
HSL0.650.940.65
HSV235°68°98°
CMYK 0.680.620.00   0.02
XYZ24.651416.656992.3583
Yxy16.65690.18440.1246
Hunter Lab40.812936.3934-105.6025
CIE-Lab47.824843.7564-79.2796

#515efa color RGB value is (81,94,250).

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

The process color (four color CMYK) of #515efa color hex is 0.68, 0.62, 0.00, 0.02. Web safe color of #515efa is #6666ff. Color #515efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011110 11111010
Octal 121 136 372
Decimal 81 94 250
Hex 51 5E FA

RGB Percentages of Color #515efa

%19.06
%22.12
%58.82

CMYK Percentages of Color #515efa

%68
%62
%0
%2

Triadic Colors of #515efa

#515efa #fa515e #5efa51

Analogous Colors of #515efa

#515efa #9951fa #51b3fa

Monochromatic Colors of #515efa

#515efa

Complementary Color

#515efa #faed51

#515efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#515efa Color CSS Codes

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

#515efa Text Font Color

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

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


#515efa Background Color

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

This div background color is #515efa


#515efa Border Color

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

This div border color is #515efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515efa


Comments

No comments written yet.

Please login to write comment.