Color Hex Logo

#586eeb Color Hex

#586EEB
(88,110,235)
0 Favorites   0 Comments

Color spaces of #586eeb

RGB 88110235
HSL0.640.790.63
HSV231°63°92°
CMYK 0.630.530.00   0.08
XYZ24.595819.224781.0117
Yxy19.22470.19700.1540
Hunter Lab43.846023.4007-78.8545
CIE-Lab50.949130.0497-65.7988

#586eeb color RGB value is (88,110,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101110 11101011
Octal 130 156 353
Decimal 88 110 235
Hex 58 6E EB

RGB Percentages of Color #586eeb

%20.32
%25.40
%54.27

CMYK Percentages of Color #586eeb

%63
%53
%0
%8

Triadic Colors of #586eeb

#586eeb #eb586e #6eeb58

Analogous Colors of #586eeb

#586eeb #8c58eb #58b8eb

Monochromatic Colors of #586eeb

#586eeb

Complementary Color

#586eeb #ebd558

#586eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#586eeb Color CSS Codes

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

#586eeb Text Font Color

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

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


#586eeb Background Color

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

This div background color is #586eeb


#586eeb Border Color

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

This div border color is #586eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586eeb


Comments

No comments written yet.

Please login to write comment.