Color Hex Logo

#584ec5 Color Hex

#584EC5
(88,78,197)
0 Favorites   0 Comments

Color spaces of #584ec5

RGB 8878197
HSL0.680.510.54
HSV245°60°77°
CMYK 0.550.600.00   0.23
XYZ16.826911.554754.1667
Yxy11.55470.20380.1400
Hunter Lab33.992228.8751-70.6843
CIE-Lab40.499437.2214-61.0597

#584ec5 color RGB value is (88,78,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001110 11000101
Octal 130 116 305
Decimal 88 78 197
Hex 58 4E C5

RGB Percentages of Color #584ec5

%24.24
%21.49
%54.27

CMYK Percentages of Color #584ec5

%55
%60
%0
%23

Triadic Colors of #584ec5

#584ec5 #c5584e #4ec558

Analogous Colors of #584ec5

#584ec5 #944ec5 #4e80c5

Monochromatic Colors of #584ec5

#584ec5

Complementary Color

#584ec5 #bbc54e

#584ec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584ec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584ec5 Color CSS Codes

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

#584ec5 Text Font Color

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

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


#584ec5 Background Color

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

This div background color is #584ec5


#584ec5 Border Color

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

This div border color is #584ec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584ec5


Comments

No comments written yet.

Please login to write comment.