Color Hex Logo

#586ffd Color Hex

#586FFD
(88,111,253)
0 Favorites   0 Comments

Color spaces of #586ffd

RGB 88111253
HSL0.640.980.67
HSV232°65°99°
CMYK 0.650.560.00   0.01
XYZ27.438620.535495.4461
Yxy20.53540.19130.1432
Hunter Lab45.316028.7778-93.1574
CIE-Lab52.437235.4661-73.4139

#586ffd color RGB value is (88,111,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101111 11111101
Octal 130 157 375
Decimal 88 111 253
Hex 58 6F FD

RGB Percentages of Color #586ffd

%19.47
%24.56
%55.97

CMYK Percentages of Color #586ffd

%65
%56
%0
%1

Triadic Colors of #586ffd

#586ffd #fd586f #6ffd58

Analogous Colors of #586ffd

#586ffd #9458fd #58c2fd

Monochromatic Colors of #586ffd

#586ffd

Complementary Color

#586ffd #fde658

#586ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#586ffd Color CSS Codes

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

#586ffd Text Font Color

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

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


#586ffd Background Color

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

This div background color is #586ffd


#586ffd Border Color

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

This div border color is #586ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586ffd


Comments

No comments written yet.

Please login to write comment.