Color Hex Logo

#585faf Color Hex

#585FAF
(88,95,175)
0 Favorites   0 Comments

Color spaces of #585faf

RGB 8895175
HSL0.650.350.52
HSV235°50°69°
CMYK 0.500.460.00   0.31
XYZ15.854613.354342.2994
Yxy13.35430.22170.1868
Hunter Lab36.543513.4920-43.0481
CIE-Lab43.292319.6681-43.7053

#585faf color RGB value is (88,95,175).

#585faf hex color red value is 88, green value is 95 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #585faf hue: 0.65 , saturation: 0.35 and the lightness value of 585faf is 0.52.

The process color (four color CMYK) of #585faf color hex is 0.50, 0.46, 0.00, 0.31. Web safe color of #585faf is #666699. Color #585faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011111 10101111
Octal 130 137 257
Decimal 88 95 175
Hex 58 5F AF

RGB Percentages of Color #585faf

%24.58
%26.54
%48.88

CMYK Percentages of Color #585faf

%50
%46
%0
%31

Triadic Colors of #585faf

#585faf #af585f #5faf58

Analogous Colors of #585faf

#585faf #7d58af #588baf

Monochromatic Colors of #585faf

#585faf

Complementary Color

#585faf #afa858

#585faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#585faf Color CSS Codes

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

#585faf Text Font Color

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

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


#585faf Background Color

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

This div background color is #585faf


#585faf Border Color

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

This div border color is #585faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585faf


Comments

No comments written yet.

Please login to write comment.