Color Hex Logo

#584eea Color Hex

#584EEA
(88,78,234)
0 Favorites   0 Comments

Color spaces of #584eea

RGB 8878234
HSL0.680.790.61
HSV244°67°92°
CMYK 0.620.670.00   0.08
XYZ21.600213.464079.3023
Yxy13.46400.18890.1177
Hunter Lab36.693340.8640-102.4533
CIE-Lab43.454248.8559-77.4372

#584eea color RGB value is (88,78,234).

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

The process color (four color CMYK) of #584eea color hex is 0.62, 0.67, 0.00, 0.08. Web safe color of #584eea is #6666ff. Color #584eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001110 11101010
Octal 130 116 352
Decimal 88 78 234
Hex 58 4E EA

RGB Percentages of Color #584eea

%22.00
%19.50
%58.50

CMYK Percentages of Color #584eea

%62
%67
%0
%8

Triadic Colors of #584eea

#584eea #ea584e #4eea58

Analogous Colors of #584eea

#584eea #a64eea #4e92ea

Monochromatic Colors of #584eea

#584eea

Complementary Color

#584eea #e0ea4e

#584eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#584eea Color CSS Codes

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

#584eea Text Font Color

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

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


#584eea Background Color

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

This div background color is #584eea


#584eea Border Color

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

This div border color is #584eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584eea


Comments

No comments written yet.

Please login to write comment.