Color Hex Logo

#586cfe Color Hex

#586CFE
(88,108,254)
0 Favorites   0 Comments

Color spaces of #586cfe

RGB 88108254
HSL0.650.990.67
HSV233°65°100°
CMYK 0.650.570.00   0.00
XYZ27.276519.955696.1801
Yxy19.95560.19020.1391
Hunter Lab44.671730.8165-96.3838
CIE-Lab51.787037.6169-75.0245

#586cfe color RGB value is (88,108,254).

#586cfe hex color red value is 88, green value is 108 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #586cfe hue: 0.65 , saturation: 0.99 and the lightness value of 586cfe is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101100 11111110
Octal 130 154 376
Decimal 88 108 254
Hex 58 6C FE

RGB Percentages of Color #586cfe

%19.56
%24.00
%56.44

CMYK Percentages of Color #586cfe

%65
%57
%0
%0

Triadic Colors of #586cfe

#586cfe #fe586c #6cfe58

Analogous Colors of #586cfe

#586cfe #9758fe #58bffe

Monochromatic Colors of #586cfe

#586cfe

Complementary Color

#586cfe #feea58

#586cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#586cfe Color CSS Codes

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

#586cfe Text Font Color

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

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


#586cfe Background Color

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

This div background color is #586cfe


#586cfe Border Color

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

This div border color is #586cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.