Color Hex Logo

#586eff Color Hex

#586EFF
(88,110,255)
0 Favorites   0 Comments

Color spaces of #586eff

RGB 88110255
HSL0.641.000.67
HSV232°65°100°
CMYK 0.650.570.00   0.00
XYZ27.650420.446697.0970
Yxy20.44660.19040.1408
Hunter Lab45.217930.0200-95.6616
CIE-Lab52.338436.7400-74.6815

#586eff color RGB value is (88,110,255).

#586eff hex color red value is 88, green value is 110 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #586eff hue: 0.64 , saturation: 1.00 and the lightness value of 586eff is 0.67.

The process color (four color CMYK) of #586eff color hex is 0.65, 0.57, 0.00, 0.00. Web safe color of #586eff is #6666ff. Color #586eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101110 11111111
Octal 130 156 377
Decimal 88 110 255
Hex 58 6E FF

RGB Percentages of Color #586eff

%19.43
%24.28
%56.29

CMYK Percentages of Color #586eff

%65
%57
%0
%0

Triadic Colors of #586eff

#586eff #ff586e #6eff58

Analogous Colors of #586eff

#586eff #9658ff #58c2ff

Monochromatic Colors of #586eff

#586eff

Complementary Color

#586eff #ffe958

#586eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#586eff Color CSS Codes

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

#586eff Text Font Color

<p style="color:#586eff">Text here</p>

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


#586eff Background Color

<div style="background-color:#586eff">
Div content here</div>

This div background color is #586eff


#586eff Border Color

<div style="border:3px solid #586eff">
Div here</div>

This div border color is #586eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,110,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #586eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #586eff;
  -webkit-box-shadow: 1px 1px 3px 2px #586eff;
  box-shadow:         1px 1px 3px 2px #586eff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,110,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586eff

Related Colors


Comments

No comments written yet.

Please login to write comment.