Color Hex Logo

#586adb Color Hex

#586ADB
(88,106,219)
0 Favorites   0 Comments

Color spaces of #586adb

RGB 88106219
HSL0.640.650.60
HSV232°60°86°
CMYK 0.600.520.00   0.14
XYZ21.964717.497269.2375
Yxy17.49720.20210.1610
Hunter Lab41.829720.5282-68.8575
CIE-Lab48.880527.1735-60.1220

#586adb color RGB value is (88,106,219).

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

The process color (four color CMYK) of #586adb color hex is 0.60, 0.52, 0.00, 0.14. Web safe color of #586adb is #6666cc. Color #586adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101010 11011011
Octal 130 152 333
Decimal 88 106 219
Hex 58 6A DB

RGB Percentages of Color #586adb

%21.31
%25.67
%53.03

CMYK Percentages of Color #586adb

%60
%52
%0
%14

Triadic Colors of #586adb

#586adb #db586a #6adb58

Analogous Colors of #586adb

#586adb #8858db #58acdb

Monochromatic Colors of #586adb

#586adb

Complementary Color

#586adb #dbc958

#586adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#586adb Color CSS Codes

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

#586adb Text Font Color

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

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


#586adb Background Color

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

This div background color is #586adb


#586adb Border Color

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

This div border color is #586adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586adb


Comments

No comments written yet.

Please login to write comment.