Color Hex Logo

#586abc Color Hex

#586ABC
(88,106,188)
0 Favorites   0 Comments

Color spaces of #586abc

RGB 88106188
HSL0.640.430.54
HSV229°53°74°
CMYK 0.530.440.00   0.26
XYZ18.255616.013649.7057
Yxy16.01360.21740.1907
Hunter Lab40.017011.4013-45.6331
CIE-Lab46.992316.9659-45.3895

#586abc color RGB value is (88,106,188).

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

The process color (four color CMYK) of #586abc color hex is 0.53, 0.44, 0.00, 0.26. Web safe color of #586abc is #6666cc. Color #586abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101010 10111100
Octal 130 152 274
Decimal 88 106 188
Hex 58 6A BC

RGB Percentages of Color #586abc

%23.04
%27.75
%49.21

CMYK Percentages of Color #586abc

%53
%44
%0
%26

Triadic Colors of #586abc

#586abc #bc586a #6abc58

Analogous Colors of #586abc

#586abc #7858bc #589cbc

Monochromatic Colors of #586abc

#586abc

Complementary Color

#586abc #bcaa58

#586abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#586abc Color CSS Codes

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

#586abc Text Font Color

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

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


#586abc Background Color

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

This div background color is #586abc


#586abc Border Color

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

This div border color is #586abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586abc


Comments

No comments written yet.

Please login to write comment.