Color Hex Logo

#5775eb Color Hex

#5775EB
(87,117,235)
0 Favorites   0 Comments

Color spaces of #5775eb

RGB 87117235
HSL0.630.790.63
HSV228°63°92°
CMYK 0.630.500.00   0.08
XYZ25.287220.747081.2691
Yxy20.74700.19860.1630
Hunter Lab45.548919.3867-73.9020
CIE-Lab52.671525.5835-63.0209

#5775eb color RGB value is (87,117,235).

#5775eb hex color red value is 87, green value is 117 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5775eb hue: 0.63 , saturation: 0.79 and the lightness value of 5775eb is 0.63.

The process color (four color CMYK) of #5775eb color hex is 0.63, 0.50, 0.00, 0.08. Web safe color of #5775eb is #6666ff. Color #5775eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01110101 11101011
Octal 127 165 353
Decimal 87 117 235
Hex 57 75 EB

RGB Percentages of Color #5775eb

%19.82
%26.65
%53.53

CMYK Percentages of Color #5775eb

%63
%50
%0
%8

Triadic Colors of #5775eb

#5775eb #eb5775 #75eb57

Analogous Colors of #5775eb

#5775eb #8357eb #57bfeb

Monochromatic Colors of #5775eb

#5775eb

Complementary Color

#5775eb #ebcd57

#5775eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5775eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5775eb Color CSS Codes

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

#5775eb Text Font Color

<p style="color:#5775eb">Text here</p>

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


#5775eb Background Color

<div style="background-color:#5775eb">
Div content here</div>

This div background color is #5775eb


#5775eb Border Color

<div style="border:3px solid #5775eb">
Div here</div>

This div border color is #5775eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,117,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5775eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5775eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5775eb;
  box-shadow:         1px 1px 3px 2px #5775eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5775eb


Comments

No comments written yet.

Please login to write comment.