Color Hex Logo

#586aeb Color Hex

#586AEB
(88,106,235)
0 Favorites   0 Comments

Color spaces of #586aeb

RGB 88106235
HSL0.650.790.63
HSV233°63°92°
CMYK 0.630.550.00   0.08
XYZ24.173918.380980.8710
Yxy18.38090.19590.1489
Hunter Lab42.873025.6195-81.8273
CIE-Lab49.954932.5027-67.4080

#586aeb color RGB value is (88,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101010 11101011
Octal 130 152 353
Decimal 88 106 235
Hex 58 6A EB

RGB Percentages of Color #586aeb

%20.51
%24.71
%54.78

CMYK Percentages of Color #586aeb

%63
%55
%0
%8

Triadic Colors of #586aeb

#586aeb #eb586a #6aeb58

Analogous Colors of #586aeb

#586aeb #9058eb #58b4eb

Monochromatic Colors of #586aeb

#586aeb

Complementary Color

#586aeb #ebd958

#586aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#586aeb Color CSS Codes

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

#586aeb Text Font Color

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

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


#586aeb Background Color

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

This div background color is #586aeb


#586aeb Border Color

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

This div border color is #586aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586aeb


Comments

No comments written yet.

Please login to write comment.