Color Hex Logo

#584eda Color Hex

#584EDA
(88,78,218)
0 Favorites   0 Comments

Color spaces of #584eda

RGB 8878218
HSL0.680.650.58
HSV244°64°85°
CMYK 0.600.640.00   0.15
XYZ19.403812.585467.7362
Yxy12.58540.19460.1262
Hunter Lab35.475935.5490-88.3727
CIE-Lab42.131843.8421-70.5056

#584eda color RGB value is (88,78,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001110 11011010
Octal 130 116 332
Decimal 88 78 218
Hex 58 4E DA

RGB Percentages of Color #584eda

%22.92
%20.31
%56.77

CMYK Percentages of Color #584eda

%60
%64
%0
%15

Triadic Colors of #584eda

#584eda #da584e #4eda58

Analogous Colors of #584eda

#584eda #9e4eda #4e8ada

Monochromatic Colors of #584eda

#584eda

Complementary Color

#584eda #d0da4e

#584eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#584eda Color CSS Codes

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

#584eda Text Font Color

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

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


#584eda Background Color

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

This div background color is #584eda


#584eda Border Color

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

This div border color is #584eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584eda


Comments

No comments written yet.

Please login to write comment.