Color Hex Logo

#585fe3 Color Hex

#585FE3
(88,95,227)
0 Favorites   0 Comments

Color spaces of #585fe3

RGB 8895227
HSL0.660.710.62
HSV237°61°89°
CMYK 0.610.580.00   0.11
XYZ21.981815.805274.5652
Yxy15.80520.19570.1407
Hunter Lab39.755829.1239-83.3743
CIE-Lab46.717936.5747-68.1534

#585fe3 color RGB value is (88,95,227).

#585fe3 hex color red value is 88, green value is 95 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #585fe3 hue: 0.66 , saturation: 0.71 and the lightness value of 585fe3 is 0.62.

The process color (four color CMYK) of #585fe3 color hex is 0.61, 0.58, 0.00, 0.11. Web safe color of #585fe3 is #6666cc. Color #585fe3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011111 11100011
Octal 130 137 343
Decimal 88 95 227
Hex 58 5F E3

RGB Percentages of Color #585fe3

%21.46
%23.17
%55.37

CMYK Percentages of Color #585fe3

%61
%58
%0
%11

Triadic Colors of #585fe3

#585fe3 #e3585f #5fe358

Analogous Colors of #585fe3

#585fe3 #9758e3 #58a5e3

Monochromatic Colors of #585fe3

#585fe3

Complementary Color

#585fe3 #e3dc58

#585fe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585fe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585fe3 Color CSS Codes

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

#585fe3 Text Font Color

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

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


#585fe3 Background Color

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

This div background color is #585fe3


#585fe3 Border Color

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

This div border color is #585fe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585fe3


Comments

No comments written yet.

Please login to write comment.