Color Hex Logo

#5169ec Color Hex

#5169EC
(81,105,236)
0 Favorites   0 Comments

Color spaces of #5169ec

RGB 81105236
HSL0.640.800.62
HSV231°66°93°
CMYK 0.660.560.00   0.07
XYZ23.585217.908681.5705
Yxy17.90860.19160.1455
Hunter Lab42.318625.4251-84.6606
CIE-Lab49.385132.3661-68.9111

#5169ec color RGB value is (81,105,236).

#5169ec hex color red value is 81, green value is 105 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #5169ec hue: 0.64 , saturation: 0.80 and the lightness value of 5169ec is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101001 11101100
Octal 121 151 354
Decimal 81 105 236
Hex 51 69 EC

RGB Percentages of Color #5169ec

%19.19
%24.88
%55.92

CMYK Percentages of Color #5169ec

%66
%56
%0
%7

Triadic Colors of #5169ec

#5169ec #ec5169 #69ec51

Analogous Colors of #5169ec

#5169ec #8751ec #51b7ec

Monochromatic Colors of #5169ec

#5169ec

Complementary Color

#5169ec #ecd451

#5169ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5169ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5169ec Color CSS Codes

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

#5169ec Text Font Color

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

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


#5169ec Background Color

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

This div background color is #5169ec


#5169ec Border Color

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

This div border color is #5169ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5169ec


Comments

No comments written yet.

Please login to write comment.