Color Hex Logo

#586dff Color Hex

#586DFF
(88,109,255)
0 Favorites   0 Comments

Color spaces of #586dff

RGB 88109255
HSL0.651.000.67
HSV232°65°100°
CMYK 0.650.570.00   0.00
XYZ27.543120.232097.0612
Yxy20.23200.19020.1397
Hunter Lab44.980030.5879-96.4544
CIE-Lab52.098537.3451-75.0715

#586dff color RGB value is (88,109,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101101 11111111
Octal 130 155 377
Decimal 88 109 255
Hex 58 6D FF

RGB Percentages of Color #586dff

%19.47
%24.12
%56.42

CMYK Percentages of Color #586dff

%65
%57
%0
%0

Triadic Colors of #586dff

#586dff #ff586d #6dff58

Analogous Colors of #586dff

#586dff #9758ff #58c1ff

Monochromatic Colors of #586dff

#586dff

Complementary Color

#586dff #ffea58

#586dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#586dff Color CSS Codes

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

#586dff Text Font Color

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

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


#586dff Background Color

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

This div background color is #586dff


#586dff Border Color

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

This div border color is #586dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586dff


Comments

No comments written yet.

Please login to write comment.