Color Hex Logo

#586aca Color Hex

#586ACA
(88,106,202)
0 Favorites   0 Comments

Color spaces of #586aca

RGB 88106202
HSL0.640.520.57
HSV231°56°79°
CMYK 0.560.480.00   0.21
XYZ19.839216.647058.0447
Yxy16.64700.20990.1761
Hunter Lab40.800715.3936-55.7877
CIE-Lab47.812121.5436-52.1467

#586aca color RGB value is (88,106,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101010 11001010
Octal 130 152 312
Decimal 88 106 202
Hex 58 6A CA

RGB Percentages of Color #586aca

%22.22
%26.77
%51.01

CMYK Percentages of Color #586aca

%56
%48
%0
%21

Triadic Colors of #586aca

#586aca #ca586a #6aca58

Analogous Colors of #586aca

#586aca #7f58ca #58a3ca

Monochromatic Colors of #586aca

#586aca

Complementary Color

#586aca #cab858

#586aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#586aca Color CSS Codes

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

#586aca Text Font Color

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

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


#586aca Background Color

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

This div background color is #586aca


#586aca Border Color

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

This div border color is #586aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586aca


Comments

No comments written yet.

Please login to write comment.