Color Hex Logo

#586feb Color Hex

#586FEB
(88,111,235)
0 Favorites   0 Comments

Color spaces of #586feb

RGB 88111235
HSL0.640.790.63
HSV231°63°92°
CMYK 0.630.530.00   0.08
XYZ24.704319.441781.0478
Yxy19.44170.19730.1553
Hunter Lab44.092722.8478-78.1173
CIE-Lab51.200029.4359-65.3931

#586feb color RGB value is (88,111,235).

#586feb hex color red value is 88, green value is 111 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #586feb hue: 0.64 , saturation: 0.79 and the lightness value of 586feb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101111 11101011
Octal 130 157 353
Decimal 88 111 235
Hex 58 6F EB

RGB Percentages of Color #586feb

%20.28
%25.58
%54.15

CMYK Percentages of Color #586feb

%63
%53
%0
%8

Triadic Colors of #586feb

#586feb #eb586f #6feb58

Analogous Colors of #586feb

#586feb #8b58eb #58b9eb

Monochromatic Colors of #586feb

#586feb

Complementary Color

#586feb #ebd458

#586feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#586feb Color CSS Codes

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

#586feb Text Font Color

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

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


#586feb Background Color

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

This div background color is #586feb


#586feb Border Color

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

This div border color is #586feb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,111,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 #586feb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586feb


Comments

No comments written yet.

Please login to write comment.