Color Hex Logo

#584efe Color Hex

#584EFE
(88,78,254)
0 Favorites   0 Comments

Color spaces of #584efe

RGB 8878254
HSL0.680.990.65
HSV243°69°100°
CMYK 0.650.690.00   0.00
XYZ24.638314.679295.3007
Yxy14.67920.18300.1090
Hunter Lab38.313447.7398-120.6583
CIE-Lab45.191655.0496-85.8091

#584efe color RGB value is (88,78,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001110 11111110
Octal 130 116 376
Decimal 88 78 254
Hex 58 4E FE

RGB Percentages of Color #584efe

%20.95
%18.57
%60.48

CMYK Percentages of Color #584efe

%65
%69
%0
%0

Triadic Colors of #584efe

#584efe #fe584e #4efe58

Analogous Colors of #584efe

#584efe #b04efe #4e9cfe

Monochromatic Colors of #584efe

#584efe

Complementary Color

#584efe #f4fe4e

#584efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#584efe Color CSS Codes

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

#584efe Text Font Color

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

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


#584efe Background Color

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

This div background color is #584efe


#584efe Border Color

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

This div border color is #584efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584efe


Comments

No comments written yet.

Please login to write comment.