Color Hex Logo

#585acf Color Hex

#585ACF
(88,90,207)
0 Favorites   0 Comments

Color spaces of #585acf

RGB 8890207
HSL0.660.550.58
HSV239°57°81°
CMYK 0.570.570.00   0.19
XYZ18.943213.892060.7145
Yxy13.89200.20250.1485
Hunter Lab37.272025.4953-70.4906
CIE-Lab44.077633.1066-61.0346

#585acf color RGB value is (88,90,207).

#585acf hex color red value is 88, green value is 90 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #585acf hue: 0.66 , saturation: 0.55 and the lightness value of 585acf is 0.58.

The process color (four color CMYK) of #585acf color hex is 0.57, 0.57, 0.00, 0.19. Web safe color of #585acf is #6666cc. Color #585acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011010 11001111
Octal 130 132 317
Decimal 88 90 207
Hex 58 5A CF

RGB Percentages of Color #585acf

%22.86
%23.38
%53.77

CMYK Percentages of Color #585acf

%57
%57
%0
%19

Triadic Colors of #585acf

#585acf #cf585a #5acf58

Analogous Colors of #585acf

#585acf #9258cf #5896cf

Monochromatic Colors of #585acf

#585acf

Complementary Color

#585acf #cfcd58

#585acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#585acf Color CSS Codes

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

#585acf Text Font Color

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

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


#585acf Background Color

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

This div background color is #585acf


#585acf Border Color

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

This div border color is #585acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585acf


Comments

No comments written yet.

Please login to write comment.