Color Hex Logo

#586ec4 Color Hex

#586EC4
(88,110,196)
0 Favorites   0 Comments

Color spaces of #586ec4

RGB 88110196
HSL0.630.480.56
HSV228°55°77°
CMYK 0.550.440.00   0.23
XYZ19.564217.212154.5157
Yxy17.21210.21430.1885
Hunter Lab41.487511.5720-48.8675
CIE-Lab48.526217.0891-47.5602

#586ec4 color RGB value is (88,110,196).

#586ec4 hex color red value is 88, green value is 110 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #586ec4 hue: 0.63 , saturation: 0.48 and the lightness value of 586ec4 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101110 11000100
Octal 130 156 304
Decimal 88 110 196
Hex 58 6E C4

RGB Percentages of Color #586ec4

%22.34
%27.92
%49.75

CMYK Percentages of Color #586ec4

%55
%44
%0
%23

Triadic Colors of #586ec4

#586ec4 #c4586e #6ec458

Analogous Colors of #586ec4

#586ec4 #7858c4 #58a4c4

Monochromatic Colors of #586ec4

#586ec4

Complementary Color

#586ec4 #c4ae58

#586ec4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586ec4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#586ec4 Color CSS Codes

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

#586ec4 Text Font Color

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

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


#586ec4 Background Color

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

This div background color is #586ec4


#586ec4 Border Color

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

This div border color is #586ec4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586ec4


Comments

No comments written yet.

Please login to write comment.