Color Hex Logo

#5311be Color Hex

#5311BE
(83,17,190)
0 Favorites   0 Comments

Color spaces of #5311be

RGB 8317190
HSL0.730.840.41
HSV263°91°75°
CMYK 0.560.910.00   0.25
XYZ13.06205.957649.1767
Yxy5.95760.19150.0874
Hunter Lab24.408252.8096-102.3695
CIE-Lab29.305262.7430-75.3362

#5311be color RGB value is (83,17,190).

#5311be hex color red value is 83, green value is 17 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5311be hue: 0.73 , saturation: 0.84 and the lightness value of 5311be is 0.41.

The process color (four color CMYK) of #5311be color hex is 0.56, 0.91, 0.00, 0.25. Web safe color of #5311be is #6600cc. Color #5311be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00010001 10111110
Octal 123 21 276
Decimal 83 17 190
Hex 53 11 BE

RGB Percentages of Color #5311be

%28.62
%5.86
%65.52

CMYK Percentages of Color #5311be

%56
%91
%0
%25

Triadic Colors of #5311be

#5311be #be5311 #11be53

Analogous Colors of #5311be

#5311be #aa11be #1126be

Monochromatic Colors of #5311be

#5311be

Complementary Color

#5311be #7cbe11

#5311be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5311be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5311be Color CSS Codes

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

#5311be Text Font Color

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

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


#5311be Background Color

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

This div background color is #5311be


#5311be Border Color

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

This div border color is #5311be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5311be


Comments

No comments written yet.

Please login to write comment.