Color Hex Logo

#584ebc Color Hex

#584EBC
(88,78,188)
0 Favorites   0 Comments

Color spaces of #584ebc

RGB 8878188
HSL0.680.450.52
HSV245°59°74°
CMYK 0.530.590.00   0.26
XYZ15.826011.154348.8958
Yxy11.15430.20860.1470
Hunter Lab33.398126.1374-63.4238
CIE-Lab39.839134.3868-56.8815

#584ebc color RGB value is (88,78,188).

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

The process color (four color CMYK) of #584ebc color hex is 0.53, 0.59, 0.00, 0.26. Web safe color of #584ebc is #6666cc. Color #584ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001110 10111100
Octal 130 116 274
Decimal 88 78 188
Hex 58 4E BC

RGB Percentages of Color #584ebc

%24.86
%22.03
%53.11

CMYK Percentages of Color #584ebc

%53
%59
%0
%26

Triadic Colors of #584ebc

#584ebc #bc584e #4ebc58

Analogous Colors of #584ebc

#584ebc #8f4ebc #4e7bbc

Monochromatic Colors of #584ebc

#584ebc

Complementary Color

#584ebc #b2bc4e

#584ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#584ebc Color CSS Codes

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

#584ebc Text Font Color

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

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


#584ebc Background Color

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

This div background color is #584ebc


#584ebc Border Color

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

This div border color is #584ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584ebc


Comments

No comments written yet.

Please login to write comment.