Color Hex Logo

#5163be Color Hex

#5163BE
(81,99,190)
0 Favorites   0 Comments

Color spaces of #5163be

RGB 8199190
HSL0.640.460.53
HSV230°57°75°
CMYK 0.570.480.00   0.25
XYZ17.149414.390750.5890
Yxy14.39070.20880.1752
Hunter Lab37.935114.3085-52.5127
CIE-Lab44.788120.5181-50.0967

#5163be color RGB value is (81,99,190).

#5163be hex color red value is 81, green value is 99 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5163be hue: 0.64 , saturation: 0.46 and the lightness value of 5163be is 0.53.

The process color (four color CMYK) of #5163be color hex is 0.57, 0.48, 0.00, 0.25. Web safe color of #5163be is #6666cc. Color #5163be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100011 10111110
Octal 121 143 276
Decimal 81 99 190
Hex 51 63 BE

RGB Percentages of Color #5163be

%21.89
%26.76
%51.35

CMYK Percentages of Color #5163be

%57
%48
%0
%25

Triadic Colors of #5163be

#5163be #be5163 #63be51

Analogous Colors of #5163be

#5163be #7651be #519abe

Monochromatic Colors of #5163be

#5163be

Complementary Color

#5163be #beac51

#5163be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5163be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5163be Color CSS Codes

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

#5163be Text Font Color

<p style="color:#5163be">Text here</p>

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


#5163be Background Color

<div style="background-color:#5163be">
Div content here</div>

This div background color is #5163be


#5163be Border Color

<div style="border:3px solid #5163be">
Div here</div>

This div border color is #5163be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,99,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5163be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5163be;
  -webkit-box-shadow: 1px 1px 3px 2px #5163be;
  box-shadow:         1px 1px 3px 2px #5163be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5163be


Comments

No comments written yet.

Please login to write comment.