Color Hex Logo

#585dbd Color Hex

#585DBD
(88,93,189)
0 Favorites   0 Comments

Color spaces of #585dbd

RGB 8893189
HSL0.660.430.54
HSV237°53°74°
CMYK 0.530.510.00   0.26
XYZ17.124213.577549.8623
Yxy13.57750.21260.1685
Hunter Lab36.847718.4708-54.4379
CIE-Lab43.620825.4111-51.3640

#585dbd color RGB value is (88,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011101 10111101
Octal 130 135 275
Decimal 88 93 189
Hex 58 5D BD

RGB Percentages of Color #585dbd

%23.78
%25.14
%51.08

CMYK Percentages of Color #585dbd

%53
%51
%0
%26

Triadic Colors of #585dbd

#585dbd #bd585d #5dbd58

Analogous Colors of #585dbd

#585dbd #8658bd #5890bd

Monochromatic Colors of #585dbd

#585dbd

Complementary Color

#585dbd #bdb858

#585dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#585dbd Color CSS Codes

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

#585dbd Text Font Color

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

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


#585dbd Background Color

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

This div background color is #585dbd


#585dbd Border Color

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

This div border color is #585dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585dbd


Comments

No comments written yet.

Please login to write comment.