Color Hex Logo

#584fdb Color Hex

#584FDB
(88,79,219)
0 Favorites   0 Comments

Color spaces of #584fdb

RGB 8879219
HSL0.680.660.58
HSV244°64°86°
CMYK 0.600.640.00   0.14
XYZ19.606712.781168.4515
Yxy12.78110.19440.1267
Hunter Lab35.750735.3309-88.4966
CIE-Lab42.431543.5727-70.5876

#584fdb color RGB value is (88,79,219).

#584fdb hex color red value is 88, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #584fdb hue: 0.68 , saturation: 0.66 and the lightness value of 584fdb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001111 11011011
Octal 130 117 333
Decimal 88 79 219
Hex 58 4F DB

RGB Percentages of Color #584fdb

%22.80
%20.47
%56.74

CMYK Percentages of Color #584fdb

%60
%64
%0
%14

Triadic Colors of #584fdb

#584fdb #db584f #4fdb58

Analogous Colors of #584fdb

#584fdb #9e4fdb #4f8cdb

Monochromatic Colors of #584fdb

#584fdb

Complementary Color

#584fdb #d2db4f

#584fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#584fdb Color CSS Codes

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

#584fdb Text Font Color

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

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


#584fdb Background Color

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

This div background color is #584fdb


#584fdb Border Color

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

This div border color is #584fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,79,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 #584fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584fdb


Comments

No comments written yet.

Please login to write comment.