Color Hex Logo

#585ace Color Hex

#585ACE
(88,90,206)
0 Favorites   0 Comments

Color spaces of #585ace

RGB 8890206
HSL0.660.550.58
HSV239°57°81°
CMYK 0.570.560.00   0.19
XYZ18.821213.843360.0725
Yxy13.84330.20300.1493
Hunter Lab37.206625.1839-69.6830
CIE-Lab44.007432.7812-60.5735

#585ace color RGB value is (88,90,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011010 11001110
Octal 130 132 316
Decimal 88 90 206
Hex 58 5A CE

RGB Percentages of Color #585ace

%22.92
%23.44
%53.65

CMYK Percentages of Color #585ace

%57
%56
%0
%19

Triadic Colors of #585ace

#585ace #ce585a #5ace58

Analogous Colors of #585ace

#585ace #9158ce #5895ce

Monochromatic Colors of #585ace

#585ace

Complementary Color

#585ace #cecc58

#585ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#585ace Color CSS Codes

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

#585ace Text Font Color

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

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


#585ace Background Color

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

This div background color is #585ace


#585ace Border Color

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

This div border color is #585ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585ace


Comments

No comments written yet.

Please login to write comment.