Color Hex Logo

#584dc5 Color Hex

#584DC5
(88,77,197)
0 Favorites   0 Comments

Color spaces of #584dc5

RGB 8877197
HSL0.680.510.54
HSV246°61°77°
CMYK 0.550.610.00   0.23
XYZ16.756411.413754.1432
Yxy11.41370.20360.1387
Hunter Lab33.784229.4108-71.3705
CIE-Lab40.268737.8234-61.4347

#584dc5 color RGB value is (88,77,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001101 11000101
Octal 130 115 305
Decimal 88 77 197
Hex 58 4D C5

RGB Percentages of Color #584dc5

%24.31
%21.27
%54.42

CMYK Percentages of Color #584dc5

%55
%61
%0
%23

Triadic Colors of #584dc5

#584dc5 #c5584d #4dc558

Analogous Colors of #584dc5

#584dc5 #944dc5 #4d7ec5

Monochromatic Colors of #584dc5

#584dc5

Complementary Color

#584dc5 #bac54d

#584dc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584dc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#584dc5 Color CSS Codes

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

#584dc5 Text Font Color

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

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


#584dc5 Background Color

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

This div background color is #584dc5


#584dc5 Border Color

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

This div border color is #584dc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584dc5


Comments

No comments written yet.

Please login to write comment.