Color Hex Logo

#5763ff Color Hex

#5763FF
(87,99,255)
0 Favorites   0 Comments

Color spaces of #5763ff

RGB 8799255
HSL0.651.000.67
HSV236°66°100°
CMYK 0.660.610.00   0.00
XYZ26.442318.169996.7212
Yxy18.16990.18710.1286
Hunter Lab42.626236.1332-104.6941
CIE-Lab49.701543.2088-78.9792

#5763ff color RGB value is (87,99,255).

#5763ff hex color red value is 87, green value is 99 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5763ff hue: 0.65 , saturation: 1.00 and the lightness value of 5763ff is 0.67.

The process color (four color CMYK) of #5763ff color hex is 0.66, 0.61, 0.00, 0.00. Web safe color of #5763ff is #6666ff. Color #5763ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100011 11111111
Octal 127 143 377
Decimal 87 99 255
Hex 57 63 FF

RGB Percentages of Color #5763ff

%19.73
%22.45
%57.82

CMYK Percentages of Color #5763ff

%66
%61
%0
%0

Triadic Colors of #5763ff

#5763ff #ff5763 #63ff57

Analogous Colors of #5763ff

#5763ff #9f57ff #57b7ff

Monochromatic Colors of #5763ff

#5763ff

Complementary Color

#5763ff #fff357

#5763ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5763ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5763ff Color CSS Codes

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

#5763ff Text Font Color

<p style="color:#5763ff">Text here</p>

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


#5763ff Background Color

<div style="background-color:#5763ff">
Div content here</div>

This div background color is #5763ff


#5763ff Border Color

<div style="border:3px solid #5763ff">
Div here</div>

This div border color is #5763ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,99,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5763ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5763ff;
  -webkit-box-shadow: 1px 1px 3px 2px #5763ff;
  box-shadow:         1px 1px 3px 2px #5763ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5763ff


Comments

No comments written yet.

Please login to write comment.