Color Hex Logo

#586afc Color Hex

#586AFC
(88,106,252)
0 Favorites   0 Comments

Color spaces of #586afc

RGB 88106252
HSL0.650.960.67
HSV233°65°99°
CMYK 0.650.580.00   0.01
XYZ26.749219.411194.4323
Yxy19.41110.19030.1381
Hunter Lab44.058031.2722-96.2393
CIE-Lab51.164738.1598-74.9278

#586afc color RGB value is (88,106,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101010 11111100
Octal 130 152 374
Decimal 88 106 252
Hex 58 6A FC

RGB Percentages of Color #586afc

%19.73
%23.77
%56.50

CMYK Percentages of Color #586afc

%65
%58
%0
%1

Triadic Colors of #586afc

#586afc #fc586a #6afc58

Analogous Colors of #586afc

#586afc #9858fc #58bcfc

Monochromatic Colors of #586afc

#586afc

Complementary Color

#586afc #fcea58

#586afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#586afc Color CSS Codes

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

#586afc Text Font Color

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

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


#586afc Background Color

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

This div background color is #586afc


#586afc Border Color

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

This div border color is #586afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586afc

Related Colors


Comments

No comments written yet.

Please login to write comment.