Color Hex Logo

#5165be Color Hex

#5165BE
(81,101,190)
0 Favorites   0 Comments

Color spaces of #5165be

RGB 81101190
HSL0.640.460.53
HSV229°57°75°
CMYK 0.570.470.00   0.25
XYZ17.341314.774450.6530
Yxy14.77440.20950.1785
Hunter Lab38.437513.2658-51.2263
CIE-Lab45.323619.2597-49.2387

#5165be color RGB value is (81,101,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01100101 10111110
Octal 121 145 276
Decimal 81 101 190
Hex 51 65 BE

RGB Percentages of Color #5165be

%21.77
%27.15
%51.08

CMYK Percentages of Color #5165be

%57
%47
%0
%25

Triadic Colors of #5165be

#5165be #be5165 #65be51

Analogous Colors of #5165be

#5165be #7451be #519cbe

Monochromatic Colors of #5165be

#5165be

Complementary Color

#5165be #beaa51

#5165be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5165be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5165be Color CSS Codes

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

#5165be Text Font Color

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

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


#5165be Background Color

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

This div background color is #5165be


#5165be Border Color

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

This div border color is #5165be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5165be


Comments

No comments written yet.

Please login to write comment.