Color Hex Logo

#585bfe Color Hex

#585BFE
(88,91,254)
0 Favorites   0 Comments

Color spaces of #585bfe

RGB 8891254
HSL0.660.990.67
HSV239°65°100°
CMYK 0.650.640.00   0.00
XYZ25.655016.712695.6396
Yxy16.71260.18590.1211
Hunter Lab40.881040.4763-110.0899
CIE-Lab47.895947.7198-81.3732

#585bfe color RGB value is (88,91,254).

#585bfe hex color red value is 88, green value is 91 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #585bfe hue: 0.66 , saturation: 0.99 and the lightness value of 585bfe is 0.67.

The process color (four color CMYK) of #585bfe color hex is 0.65, 0.64, 0.00, 0.00. Web safe color of #585bfe is #6666ff. Color #585bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011011 11111110
Octal 130 133 376
Decimal 88 91 254
Hex 58 5B FE

RGB Percentages of Color #585bfe

%20.32
%21.02
%58.66

CMYK Percentages of Color #585bfe

%65
%64
%0
%0

Triadic Colors of #585bfe

#585bfe #fe585b #5bfe58

Analogous Colors of #585bfe

#585bfe #a858fe #58aefe

Monochromatic Colors of #585bfe

#585bfe

Complementary Color

#585bfe #fefb58

#585bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#585bfe Color CSS Codes

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

#585bfe Text Font Color

<p style="color:#585bfe">Text here</p>

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


#585bfe Background Color

<div style="background-color:#585bfe">
Div content here</div>

This div background color is #585bfe


#585bfe Border Color

<div style="border:3px solid #585bfe">
Div here</div>

This div border color is #585bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.