Color Hex Logo

#584dfe Color Hex

#584DFE
(88,77,254)
0 Favorites   0 Comments

Color spaces of #584dfe

RGB 8877254
HSL0.680.990.65
HSV244°70°100°
CMYK 0.650.700.00   0.00
XYZ24.567814.538295.2772
Yxy14.53820.18280.1082
Hunter Lab38.129048.2879-121.4643
CIE-Lab44.995155.5925-86.1322

#584dfe color RGB value is (88,77,254).

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

The process color (four color CMYK) of #584dfe color hex is 0.65, 0.70, 0.00, 0.00. Web safe color of #584dfe is #6666ff. Color #584dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001101 11111110
Octal 130 115 376
Decimal 88 77 254
Hex 58 4D FE

RGB Percentages of Color #584dfe

%21.00
%18.38
%60.62

CMYK Percentages of Color #584dfe

%65
%70
%0
%0

Triadic Colors of #584dfe

#584dfe #fe584d #4dfe58

Analogous Colors of #584dfe

#584dfe #b14dfe #4d9bfe

Monochromatic Colors of #584dfe

#584dfe

Complementary Color

#584dfe #f3fe4d

#584dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#584dfe Color CSS Codes

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

#584dfe Text Font Color

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

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


#584dfe Background Color

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

This div background color is #584dfe


#584dfe Border Color

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

This div border color is #584dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584dfe


Comments

No comments written yet.

Please login to write comment.