Color Hex Logo

#585cee Color Hex

#585CEE
(88,92,238)
0 Favorites   0 Comments

Color spaces of #585cee

RGB 8892238
HSL0.660.820.64
HSV238°63°93°
CMYK 0.630.610.00   0.07
XYZ23.284315.902082.7311
Yxy15.90200.19100.1304
Hunter Lab39.877334.4406-95.0913
CIE-Lab46.845741.9699-74.1468

#585cee color RGB value is (88,92,238).

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

The process color (four color CMYK) of #585cee color hex is 0.63, 0.61, 0.00, 0.07. Web safe color of #585cee is #6666ff. Color #585cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011100 11101110
Octal 130 134 356
Decimal 88 92 238
Hex 58 5C EE

RGB Percentages of Color #585cee

%21.05
%22.01
%56.94

CMYK Percentages of Color #585cee

%63
%61
%0
%7

Triadic Colors of #585cee

#585cee #ee585c #5cee58

Analogous Colors of #585cee

#585cee #9f58ee #58a7ee

Monochromatic Colors of #585cee

#585cee

Complementary Color

#585cee #eeea58

#585cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#585cee Color CSS Codes

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

#585cee Text Font Color

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

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


#585cee Background Color

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

This div background color is #585cee


#585cee Border Color

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

This div border color is #585cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585cee


Comments

No comments written yet.

Please login to write comment.