Color Hex Logo

#5766eb Color Hex

#5766EB
(87,102,235)
0 Favorites   0 Comments

Color spaces of #5766eb

RGB 87102235
HSL0.650.790.63
HSV234°63°92°
CMYK 0.630.570.00   0.08
XYZ23.677217.527180.7324
Yxy17.52710.19420.1437
Hunter Lab41.865427.6873-85.0279
CIE-Lab48.917434.7897-69.0931

#5766eb color RGB value is (87,102,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100110 11101011
Octal 127 146 353
Decimal 87 102 235
Hex 57 66 EB

RGB Percentages of Color #5766eb

%20.52
%24.06
%55.42

CMYK Percentages of Color #5766eb

%63
%57
%0
%8

Triadic Colors of #5766eb

#5766eb #eb5766 #66eb57

Analogous Colors of #5766eb

#5766eb #9257eb #57b0eb

Monochromatic Colors of #5766eb

#5766eb

Complementary Color

#5766eb #ebdc57

#5766eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5766eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5766eb Color CSS Codes

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

#5766eb Text Font Color

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

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


#5766eb Background Color

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

This div background color is #5766eb


#5766eb Border Color

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

This div border color is #5766eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,102,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 #5766eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5766eb


Comments

No comments written yet.

Please login to write comment.