Color Hex Logo

#585caf Color Hex

#585CAF
(88,92,175)
0 Favorites   0 Comments

Color spaces of #585caf

RGB 8892175
HSL0.660.350.52
HSV237°50°69°
CMYK 0.500.470.00   0.31
XYZ15.589512.824142.2111
Yxy12.82410.22070.1816
Hunter Lab35.810815.0376-44.8192
CIE-Lab42.497021.5534-44.9749

#585caf color RGB value is (88,92,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011100 10101111
Octal 130 134 257
Decimal 88 92 175
Hex 58 5C AF

RGB Percentages of Color #585caf

%24.79
%25.92
%49.30

CMYK Percentages of Color #585caf

%50
%47
%0
%31

Triadic Colors of #585caf

#585caf #af585c #5caf58

Analogous Colors of #585caf

#585caf #8058af #5888af

Monochromatic Colors of #585caf

#585caf

Complementary Color

#585caf #afab58

#585caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#585caf Color CSS Codes

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

#585caf Text Font Color

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

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


#585caf Background Color

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

This div background color is #585caf


#585caf Border Color

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

This div border color is #585caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585caf


Comments

No comments written yet.

Please login to write comment.