Color Hex Logo

#585fbd Color Hex

#585FBD
(88,95,189)
0 Favorites   0 Comments

Color spaces of #585fbd

RGB 8895189
HSL0.660.430.54
HSV236°53°74°
CMYK 0.530.500.00   0.26
XYZ17.302013.933249.9216
Yxy13.93320.21320.1717
Hunter Lab37.327217.4162-53.1657
CIE-Lab44.137024.1602-50.5351

#585fbd color RGB value is (88,95,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011111 10111101
Octal 130 137 275
Decimal 88 95 189
Hex 58 5F BD

RGB Percentages of Color #585fbd

%23.66
%25.54
%50.81

CMYK Percentages of Color #585fbd

%53
%50
%0
%26

Triadic Colors of #585fbd

#585fbd #bd585f #5fbd58

Analogous Colors of #585fbd

#585fbd #8458bd #5892bd

Monochromatic Colors of #585fbd

#585fbd

Complementary Color

#585fbd #bdb658

#585fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#585fbd Color CSS Codes

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

#585fbd Text Font Color

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

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


#585fbd Background Color

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

This div background color is #585fbd


#585fbd Border Color

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

This div border color is #585fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585fbd


Comments

No comments written yet.

Please login to write comment.