Color Hex Logo

#5789ef Color Hex

#5789EF
(87,137,239)
0 Favorites   0 Comments

Color spaces of #5789ef

RGB 87137239
HSL0.610.830.64
HSV220°64°94°
CMYK 0.640.430.00   0.06
XYZ28.456126.149685.2089
Yxy26.14960.20350.1870
Hunter Lab51.13679.8410-62.9991
CIE-Lab58.178814.7533-56.4111

#5789ef color RGB value is (87,137,239).

#5789ef hex color red value is 87, green value is 137 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5789ef hue: 0.61 , saturation: 0.83 and the lightness value of 5789ef is 0.64.

The process color (four color CMYK) of #5789ef color hex is 0.64, 0.43, 0.00, 0.06. Web safe color of #5789ef is #6699ff. Color #5789ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 10001001 11101111
Octal 127 211 357
Decimal 87 137 239
Hex 57 89 EF

RGB Percentages of Color #5789ef

%18.79
%29.59
%51.62

CMYK Percentages of Color #5789ef

%64
%43
%0
%6

Triadic Colors of #5789ef

#5789ef #ef5789 #89ef57

Analogous Colors of #5789ef

#5789ef #7157ef #57d5ef

Monochromatic Colors of #5789ef

#5789ef

Complementary Color

#5789ef #efbd57

#5789ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5789ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5789ef Color CSS Codes

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

#5789ef Text Font Color

<p style="color:#5789ef">Text here</p>

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


#5789ef Background Color

<div style="background-color:#5789ef">
Div content here</div>

This div background color is #5789ef


#5789ef Border Color

<div style="border:3px solid #5789ef">
Div here</div>

This div border color is #5789ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,137,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5789ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5789ef;
  -webkit-box-shadow: 1px 1px 3px 2px #5789ef;
  box-shadow:         1px 1px 3px 2px #5789ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5789ef


Comments

No comments written yet.

Please login to write comment.