Color Hex Logo

#584edc Color Hex

#584EDC
(88,78,220)
0 Favorites   0 Comments

Color spaces of #584edc

RGB 8878220
HSL0.680.670.58
HSV244°65°86°
CMYK 0.600.650.00   0.14
XYZ19.667212.690869.1231
Yxy12.69080.19380.1251
Hunter Lab35.624136.2031-90.1061
CIE-Lab42.293644.4708-71.3839

#584edc color RGB value is (88,78,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001110 11011100
Octal 130 116 334
Decimal 88 78 220
Hex 58 4E DC

RGB Percentages of Color #584edc

%22.80
%20.21
%56.99

CMYK Percentages of Color #584edc

%60
%65
%0
%14

Triadic Colors of #584edc

#584edc #dc584e #4edc58

Analogous Colors of #584edc

#584edc #9f4edc #4e8bdc

Monochromatic Colors of #584edc

#584edc

Complementary Color

#584edc #d2dc4e

#584edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#584edc Color CSS Codes

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

#584edc Text Font Color

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

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


#584edc Background Color

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

This div background color is #584edc


#584edc Border Color

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

This div border color is #584edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584edc


Comments

No comments written yet.

Please login to write comment.