Color Hex Logo

#585efb Color Hex

#585EFB
(88,94,251)
0 Favorites   0 Comments

Color spaces of #585efb

RGB 8894251
HSL0.660.950.66
HSV238°65°98°
CMYK 0.650.630.00   0.02
XYZ25.439817.045193.2160
Yxy17.04510.18750.1256
Hunter Lab41.285737.7397-104.9666
CIE-Lab48.316844.9992-79.0156

#585efb color RGB value is (88,94,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011110 11111011
Octal 130 136 373
Decimal 88 94 251
Hex 58 5E FB

RGB Percentages of Color #585efb

%20.32
%21.71
%57.97

CMYK Percentages of Color #585efb

%65
%63
%0
%2

Triadic Colors of #585efb

#585efb #fb585e #5efb58

Analogous Colors of #585efb

#585efb #a458fb #58b0fb

Monochromatic Colors of #585efb

#585efb

Complementary Color

#585efb #fbf558

#585efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#585efb Color CSS Codes

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

#585efb Text Font Color

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

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


#585efb Background Color

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

This div background color is #585efb


#585efb Border Color

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

This div border color is #585efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585efb

Related Colors


Comments

No comments written yet.

Please login to write comment.