Color Hex Logo

#585ffb Color Hex

#585FFB
(88,95,251)
0 Favorites   0 Comments

Color spaces of #585ffb

RGB 8895251
HSL0.660.950.66
HSV237°65°98°
CMYK 0.650.620.00   0.02
XYZ25.529317.224293.2458
Yxy17.22420.18770.1266
Hunter Lab41.502037.1727-104.1599
CIE-Lab48.541344.4091-78.6488

#585ffb color RGB value is (88,95,251).

#585ffb hex color red value is 88, green value is 95 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #585ffb hue: 0.66 , saturation: 0.95 and the lightness value of 585ffb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011111 11111011
Octal 130 137 373
Decimal 88 95 251
Hex 58 5F FB

RGB Percentages of Color #585ffb

%20.28
%21.89
%57.83

CMYK Percentages of Color #585ffb

%65
%62
%0
%2

Triadic Colors of #585ffb

#585ffb #fb585f #5ffb58

Analogous Colors of #585ffb

#585ffb #a358fb #58b1fb

Monochromatic Colors of #585ffb

#585ffb

Complementary Color

#585ffb #fbf458

#585ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#585ffb Color CSS Codes

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

#585ffb Text Font Color

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

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


#585ffb Background Color

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

This div background color is #585ffb


#585ffb Border Color

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

This div border color is #585ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585ffb


Comments

No comments written yet.

Please login to write comment.