Color Hex Logo

#586793 Color Hex

#586793
(88,103,147)
0 Favorites   0 Comments

Color spaces of #586793

RGB 88103147
HSL0.620.250.46
HSV225°40°58°
CMYK 0.400.300.00   0.42
XYZ14.141213.881829.5379
Yxy13.88180.24570.2412
Hunter Lab37.25832.5468-20.9236
CIE-Lab44.06296.0511-25.9134

#586793 color RGB value is (88,103,147).

#586793 hex color red value is 88, green value is 103 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #586793 hue: 0.62 , saturation: 0.25 and the lightness value of 586793 is 0.46.

The process color (four color CMYK) of #586793 color hex is 0.40, 0.30, 0.00, 0.42. Web safe color of #586793 is #666699. Color #586793 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100111 10010011
Octal 130 147 223
Decimal 88 103 147
Hex 58 67 93

RGB Percentages of Color #586793

%26.04
%30.47
%43.49

CMYK Percentages of Color #586793

%40
%30
%0
%42

Triadic Colors of #586793

#586793 #935867 #679358

Analogous Colors of #586793

#586793 #675893 #588593

Monochromatic Colors of #586793

#586793

Complementary Color

#586793 #938458

#586793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#586793 Color CSS Codes

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

#586793 Text Font Color

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

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


#586793 Background Color

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

This div background color is #586793


#586793 Border Color

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

This div border color is #586793


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,103,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #586793; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #586793;
  -webkit-box-shadow: 1px 1px 3px 2px #586793;
  box-shadow:         1px 1px 3px 2px #586793; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586793


Comments

No comments written yet.

Please login to write comment.