Color Hex Logo

#5158fa Color Hex

#5158FA
(81,88,250)
0 Favorites   0 Comments

Color spaces of #5158fa

RGB 8188250
HSL0.660.940.65
HSV238°68°98°
CMYK 0.680.650.00   0.02
XYZ24.138415.630992.1873
Yxy15.63090.18290.1185
Hunter Lab39.535939.7941-110.5734
CIE-Lab46.486547.2976-81.4702

#5158fa color RGB value is (81,88,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011000 11111010
Octal 121 130 372
Decimal 81 88 250
Hex 51 58 FA

RGB Percentages of Color #5158fa

%19.33
%21.00
%59.67

CMYK Percentages of Color #5158fa

%68
%65
%0
%2

Triadic Colors of #5158fa

#5158fa #fa5158 #58fa51

Analogous Colors of #5158fa

#5158fa #9f51fa #51adfa

Monochromatic Colors of #5158fa

#5158fa

Complementary Color

#5158fa #faf351

#5158fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5158fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5158fa Color CSS Codes

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

#5158fa Text Font Color

<p style="color:#5158fa">Text here</p>

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


#5158fa Background Color

<div style="background-color:#5158fa">
Div content here</div>

This div background color is #5158fa


#5158fa Border Color

<div style="border:3px solid #5158fa">
Div here</div>

This div border color is #5158fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,88,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 #5158fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5158fa

Related Colors


Comments

No comments written yet.

Please login to write comment.