Color Hex Logo

#586afa Color Hex

#586AFA
(88,106,250)
0 Favorites   0 Comments

Color spaces of #586afa

RGB 88106250
HSL0.650.940.66
HSV233°65°98°
CMYK 0.650.580.00   0.02
XYZ26.433919.284992.7716
Yxy19.28490.19090.1393
Hunter Lab43.914630.5956-94.5127
CIE-Lab51.018937.4961-74.0546

#586afa color RGB value is (88,106,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101010 11111010
Octal 130 152 372
Decimal 88 106 250
Hex 58 6A FA

RGB Percentages of Color #586afa

%19.82
%23.87
%56.31

CMYK Percentages of Color #586afa

%65
%58
%0
%2

Triadic Colors of #586afa

#586afa #fa586a #6afa58

Analogous Colors of #586afa

#586afa #9758fa #58bbfa

Monochromatic Colors of #586afa

#586afa

Complementary Color

#586afa #fae858

#586afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#586afa Color CSS Codes

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

#586afa Text Font Color

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

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


#586afa Background Color

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

This div background color is #586afa


#586afa Border Color

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

This div border color is #586afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586afa


Comments

No comments written yet.

Please login to write comment.