Color Hex Logo

#5659fe Color Hex

#5659FE
(86,89,254)
0 Favorites   0 Comments

Color spaces of #5659fe

RGB 8689254
HSL0.660.990.67
HSV239°66°100°
CMYK 0.660.650.00   0.00
XYZ25.299516.278995.5747
Yxy16.27890.18450.1187
Hunter Lab40.347141.3203-112.2038
CIE-Lab47.338348.6236-82.2911

#5659fe color RGB value is (86,89,254).

#5659fe hex color red value is 86, green value is 89 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5659fe hue: 0.66 , saturation: 0.99 and the lightness value of 5659fe is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01010110 01011001 11111110
Octal 126 131 376
Decimal 86 89 254
Hex 56 59 FE

RGB Percentages of Color #5659fe

%20.05
%20.75
%59.21

CMYK Percentages of Color #5659fe

%66
%65
%0
%0

Triadic Colors of #5659fe

#5659fe #fe5659 #59fe56

Analogous Colors of #5659fe

#5659fe #a756fe #56adfe

Monochromatic Colors of #5659fe

#5659fe

Complementary Color

#5659fe #fefb56

#5659fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5659fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5659fe Color CSS Codes

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

#5659fe Text Font Color

<p style="color:#5659fe">Text here</p>

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


#5659fe Background Color

<div style="background-color:#5659fe">
Div content here</div>

This div background color is #5659fe


#5659fe Border Color

<div style="border:3px solid #5659fe">
Div here</div>

This div border color is #5659fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,89,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5659fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5659fe;
  -webkit-box-shadow: 1px 1px 3px 2px #5659fe;
  box-shadow:         1px 1px 3px 2px #5659fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,89,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5659fe


Comments

No comments written yet.

Please login to write comment.