Color Hex Logo

#586acc Color Hex

#586ACC
(88,106,204)
0 Favorites   0 Comments

Color spaces of #586acc

RGB 88106204
HSL0.640.530.57
HSV231°57°80°
CMYK 0.570.480.00   0.20
XYZ20.077616.742459.3001
Yxy16.74240.20890.1742
Hunter Lab40.917515.9817-57.2844
CIE-Lab47.933822.2025-53.0977

#586acc color RGB value is (88,106,204).

#586acc hex color red value is 88, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #586acc hue: 0.64 , saturation: 0.53 and the lightness value of 586acc is 0.57.

The process color (four color CMYK) of #586acc color hex is 0.57, 0.48, 0.00, 0.20. Web safe color of #586acc is #6666cc. Color #586acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101010 11001100
Octal 130 152 314
Decimal 88 106 204
Hex 58 6A CC

RGB Percentages of Color #586acc

%22.11
%26.63
%51.26

CMYK Percentages of Color #586acc

%57
%48
%0
%20

Triadic Colors of #586acc

#586acc #cc586a #6acc58

Analogous Colors of #586acc

#586acc #8058cc #58a4cc

Monochromatic Colors of #586acc

#586acc

Complementary Color

#586acc #ccba58

#586acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#586acc Color CSS Codes

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

#586acc Text Font Color

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

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


#586acc Background Color

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

This div background color is #586acc


#586acc Border Color

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

This div border color is #586acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586acc


Comments

No comments written yet.

Please login to write comment.