Color Hex Logo

#585cce Color Hex

#585CCE
(88,92,206)
0 Favorites   0 Comments

Color spaces of #585cce

RGB 8892206
HSL0.660.550.58
HSV238°57°81°
CMYK 0.570.550.00   0.19
XYZ18.992214.185260.1295
Yxy14.18520.20350.1520
Hunter Lab37.663224.1004-68.2924
CIE-Lab44.497431.5490-59.7806

#585cce color RGB value is (88,92,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011100 11001110
Octal 130 134 316
Decimal 88 92 206
Hex 58 5C CE

RGB Percentages of Color #585cce

%22.80
%23.83
%53.37

CMYK Percentages of Color #585cce

%57
%55
%0
%19

Triadic Colors of #585cce

#585cce #ce585c #5cce58

Analogous Colors of #585cce

#585cce #8f58ce #5897ce

Monochromatic Colors of #585cce

#585cce

Complementary Color

#585cce #ceca58

#585cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#585cce Color CSS Codes

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

#585cce Text Font Color

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

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


#585cce Background Color

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

This div background color is #585cce


#585cce Border Color

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

This div border color is #585cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585cce


Comments

No comments written yet.

Please login to write comment.