Color Hex Logo

#5138ff Color Hex

#5138FF
(81,56,255)
0 Favorites   0 Comments

Color spaces of #5138ff

RGB 8156255
HSL0.691.000.61
HSV248°78°100°
CMYK 0.680.780.00   0.00
XYZ22.857511.797795.6802
Yxy11.79770.17540.0905
Hunter Lab34.347858.6782-141.1165
CIE-Lab40.892865.7055-93.4745

#5138ff color RGB value is (81,56,255).

#5138ff hex color red value is 81, green value is 56 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5138ff hue: 0.69 , saturation: 1.00 and the lightness value of 5138ff is 0.61.

The process color (four color CMYK) of #5138ff color hex is 0.68, 0.78, 0.00, 0.00. Web safe color of #5138ff is #6633ff. Color #5138ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00111000 11111111
Octal 121 70 377
Decimal 81 56 255
Hex 51 38 FF

RGB Percentages of Color #5138ff

%20.66
%14.29
%65.05

CMYK Percentages of Color #5138ff

%68
%78
%0
%0

Triadic Colors of #5138ff

#5138ff #ff5138 #38ff51

Analogous Colors of #5138ff

#5138ff #b538ff #3883ff

Monochromatic Colors of #5138ff

#5138ff

Complementary Color

#5138ff #e6ff38

#5138ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5138ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5138ff Color CSS Codes

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

#5138ff Text Font Color

<p style="color:#5138ff">Text here</p>

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


#5138ff Background Color

<div style="background-color:#5138ff">
Div content here</div>

This div background color is #5138ff


#5138ff Border Color

<div style="border:3px solid #5138ff">
Div here</div>

This div border color is #5138ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,56,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5138ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5138ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5138ff;
  box-shadow:         1px 1px 3px 2px #5138ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5138ff

Related Colors


Comments

No comments written yet.

Please login to write comment.