Color Hex Logo

#5132eb Color Hex

#5132EB
(81,50,235)
0 Favorites   0 Comments

Color spaces of #5132eb

RGB 8150235
HSL0.690.820.56
HSV250°79°92°
CMYK 0.660.790.00   0.08
XYZ19.529310.028779.5037
Yxy10.02870.17910.0920
Hunter Lab31.668154.6593-126.6815
CIE-Lab37.893962.7423-87.1762

#5132eb color RGB value is (81,50,235).

#5132eb hex color red value is 81, green value is 50 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5132eb hue: 0.69 , saturation: 0.82 and the lightness value of 5132eb is 0.56.

The process color (four color CMYK) of #5132eb color hex is 0.66, 0.79, 0.00, 0.08. Web safe color of #5132eb is #6633ff. Color #5132eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110010 11101011
Octal 121 62 353
Decimal 81 50 235
Hex 51 32 EB

RGB Percentages of Color #5132eb

%22.13
%13.66
%64.21

CMYK Percentages of Color #5132eb

%66
%79
%0
%8

Triadic Colors of #5132eb

#5132eb #eb5132 #32eb51

Analogous Colors of #5132eb

#5132eb #ae32eb #3270eb

Monochromatic Colors of #5132eb

#5132eb

Complementary Color

#5132eb #cceb32

#5132eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5132eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5132eb Color CSS Codes

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

#5132eb Text Font Color

<p style="color:#5132eb">Text here</p>

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


#5132eb Background Color

<div style="background-color:#5132eb">
Div content here</div>

This div background color is #5132eb


#5132eb Border Color

<div style="border:3px solid #5132eb">
Div here</div>

This div border color is #5132eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,50,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5132eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5132eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5132eb;
  box-shadow:         1px 1px 3px 2px #5132eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5132eb


Comments

No comments written yet.

Please login to write comment.