Color Hex Logo

#5113ec Color Hex

#5113EC
(81,19,236)
0 Favorites   0 Comments

Color spaces of #5113ec

RGB 8119236
HSL0.710.850.50
HSV257°92°93°
CMYK 0.660.920.00   0.07
XYZ18.76658.271279.9643
Yxy8.27120.17540.0773
Hunter Lab28.759766.1467-144.7199
CIE-Lab34.541473.3000-93.3034

#5113ec color RGB value is (81,19,236).

#5113ec hex color red value is 81, green value is 19 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5113ec hue: 0.71 , saturation: 0.85 and the lightness value of 5113ec is 0.50.

The process color (four color CMYK) of #5113ec color hex is 0.66, 0.92, 0.00, 0.07. Web safe color of #5113ec is #6600ff. Color #5113ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010011 11101100
Octal 121 23 354
Decimal 81 19 236
Hex 51 13 EC

RGB Percentages of Color #5113ec

%24.11
%5.65
%70.24

CMYK Percentages of Color #5113ec

%66
%92
%0
%7

Triadic Colors of #5113ec

#5113ec #ec5113 #13ec51

Analogous Colors of #5113ec

#5113ec #be13ec #1341ec

Monochromatic Colors of #5113ec

#5113ec

Complementary Color

#5113ec #aeec13

#5113ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5113ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5113ec Color CSS Codes

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

#5113ec Text Font Color

<p style="color:#5113ec">Text here</p>

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


#5113ec Background Color

<div style="background-color:#5113ec">
Div content here</div>

This div background color is #5113ec


#5113ec Border Color

<div style="border:3px solid #5113ec">
Div here</div>

This div border color is #5113ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,19,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5113ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5113ec;
  -webkit-box-shadow: 1px 1px 3px 2px #5113ec;
  box-shadow:         1px 1px 3px 2px #5113ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5113ec


Comments

No comments written yet.

Please login to write comment.