Color Hex Logo

#585eca Color Hex

#585ECA
(88,94,202)
0 Favorites   0 Comments

Color spaces of #585eca

RGB 8894202
HSL0.660.520.57
HSV237°56°79°
CMYK 0.560.530.00   0.21
XYZ18.687914.344457.6609
Yxy14.34440.20610.1582
Hunter Lab37.874021.7965-63.7537
CIE-Lab44.722829.0076-57.1148

#585eca color RGB value is (88,94,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011110 11001010
Octal 130 136 312
Decimal 88 94 202
Hex 58 5E CA

RGB Percentages of Color #585eca

%22.92
%24.48
%52.60

CMYK Percentages of Color #585eca

%56
%53
%0
%21

Triadic Colors of #585eca

#585eca #ca585e #5eca58

Analogous Colors of #585eca

#585eca #8b58ca #5897ca

Monochromatic Colors of #585eca

#585eca

Complementary Color

#585eca #cac458

#585eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#585eca Color CSS Codes

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

#585eca Text Font Color

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

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


#585eca Background Color

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

This div background color is #585eca


#585eca Border Color

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

This div border color is #585eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585eca


Comments

No comments written yet.

Please login to write comment.