Color Hex Logo

#585cfa Color Hex

#585CFA
(88,92,250)
0 Favorites   0 Comments

Color spaces of #585cfa

RGB 8892250
HSL0.660.940.66
HSV239°65°98°
CMYK 0.650.630.00   0.02
XYZ25.107016.631192.3293
Yxy16.63110.18730.1241
Hunter Lab40.781238.5265-105.6865
CIE-Lab47.791845.8509-79.3167

#585cfa color RGB value is (88,92,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011100 11111010
Octal 130 134 372
Decimal 88 92 250
Hex 58 5C FA

RGB Percentages of Color #585cfa

%20.47
%21.40
%58.14

CMYK Percentages of Color #585cfa

%65
%63
%0
%2

Triadic Colors of #585cfa

#585cfa #fa585c #5cfa58

Analogous Colors of #585cfa

#585cfa #a558fa #58adfa

Monochromatic Colors of #585cfa

#585cfa

Complementary Color

#585cfa #faf658

#585cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#585cfa Color CSS Codes

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

#585cfa Text Font Color

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

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


#585cfa Background Color

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

This div background color is #585cfa


#585cfa Border Color

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

This div border color is #585cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585cfa


Comments

No comments written yet.

Please login to write comment.