Color Hex Logo

#5764eb Color Hex

#5764EB
(87,100,235)
0 Favorites   0 Comments

Color spaces of #5764eb

RGB 87100235
HSL0.650.790.63
HSV235°63°92°
CMYK 0.630.570.00   0.08
XYZ23.483017.138780.6677
Yxy17.13870.19360.1413
Hunter Lab41.398928.8037-86.5501
CIE-Lab48.434336.0096-69.8777

#5764eb color RGB value is (87,100,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100100 11101011
Octal 127 144 353
Decimal 87 100 235
Hex 57 64 EB

RGB Percentages of Color #5764eb

%20.62
%23.70
%55.69

CMYK Percentages of Color #5764eb

%63
%57
%0
%8

Triadic Colors of #5764eb

#5764eb #eb5764 #64eb57

Analogous Colors of #5764eb

#5764eb #9457eb #57aeeb

Monochromatic Colors of #5764eb

#5764eb

Complementary Color

#5764eb #ebde57

#5764eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5764eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5764eb Color CSS Codes

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

#5764eb Text Font Color

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

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


#5764eb Background Color

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

This div background color is #5764eb


#5764eb Border Color

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

This div border color is #5764eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5764eb


Comments

No comments written yet.

Please login to write comment.