Color Hex Logo

#585cdb Color Hex

#585CDB
(88,92,219)
0 Favorites   0 Comments

Color spaces of #585cdb

RGB 8892219
HSL0.660.650.60
HSV238°60°86°
CMYK 0.600.580.00   0.14
XYZ20.637814.843568.7952
Yxy14.84350.19790.1423
Hunter Lab38.527328.1939-78.9006
CIE-Lab45.419135.7859-65.7229

#585cdb color RGB value is (88,92,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011100 11011011
Octal 130 134 333
Decimal 88 92 219
Hex 58 5C DB

RGB Percentages of Color #585cdb

%22.06
%23.06
%54.89

CMYK Percentages of Color #585cdb

%60
%58
%0
%14

Triadic Colors of #585cdb

#585cdb #db585c #5cdb58

Analogous Colors of #585cdb

#585cdb #9658db #589edb

Monochromatic Colors of #585cdb

#585cdb

Complementary Color

#585cdb #dbd758

#585cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#585cdb Color CSS Codes

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

#585cdb Text Font Color

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

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


#585cdb Background Color

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

This div background color is #585cdb


#585cdb Border Color

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

This div border color is #585cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585cdb


Comments

No comments written yet.

Please login to write comment.