Color Hex Logo

#584bda Color Hex

#584BDA
(88,75,218)
0 Favorites   0 Comments

Color spaces of #584bda

RGB 8875218
HSL0.680.660.57
HSV245°66°85°
CMYK 0.600.660.00   0.15
XYZ19.195512.168867.6668
Yxy12.16880.19380.1229
Hunter Lab34.883837.1765-90.5907
CIE-Lab41.483245.5807-71.5656

#584bda color RGB value is (88,75,218).

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

The process color (four color CMYK) of #584bda color hex is 0.60, 0.66, 0.00, 0.15. Web safe color of #584bda is #6633cc. Color #584bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001011 11011010
Octal 130 113 332
Decimal 88 75 218
Hex 58 4B DA

RGB Percentages of Color #584bda

%23.10
%19.69
%57.22

CMYK Percentages of Color #584bda

%60
%66
%0
%15

Triadic Colors of #584bda

#584bda #da584b #4bda58

Analogous Colors of #584bda

#584bda #a04bda #4b86da

Monochromatic Colors of #584bda

#584bda

Complementary Color

#584bda #cdda4b

#584bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#584bda Color CSS Codes

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

#584bda Text Font Color

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

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


#584bda Background Color

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

This div background color is #584bda


#584bda Border Color

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

This div border color is #584bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584bda


Comments

No comments written yet.

Please login to write comment.