Color Hex Logo

#584dcb Color Hex

#584DCB
(88,77,203)
0 Favorites   0 Comments

Color spaces of #584dcb

RGB 8877203
HSL0.680.550.55
HSV245°62°80°
CMYK 0.570.620.00   0.20
XYZ17.457911.694357.8370
Yxy11.69430.20070.1344
Hunter Lab34.196931.2815-76.3389
CIE-Lab40.726139.7110-64.1704

#584dcb color RGB value is (88,77,203).

#584dcb hex color red value is 88, green value is 77 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #584dcb hue: 0.68 , saturation: 0.55 and the lightness value of 584dcb is 0.55.

The process color (four color CMYK) of #584dcb color hex is 0.57, 0.62, 0.00, 0.20. Web safe color of #584dcb is #6666cc. Color #584dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001101 11001011
Octal 130 115 313
Decimal 88 77 203
Hex 58 4D CB

RGB Percentages of Color #584dcb

%23.91
%20.92
%55.16

CMYK Percentages of Color #584dcb

%57
%62
%0
%20

Triadic Colors of #584dcb

#584dcb #cb584d #4dcb58

Analogous Colors of #584dcb

#584dcb #974dcb #4d81cb

Monochromatic Colors of #584dcb

#584dcb

Complementary Color

#584dcb #c0cb4d

#584dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#584dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#584dcb Color CSS Codes

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

#584dcb Text Font Color

<p style="color:#584dcb">Text here</p>

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


#584dcb Background Color

<div style="background-color:#584dcb">
Div content here</div>

This div background color is #584dcb


#584dcb Border Color

<div style="border:3px solid #584dcb">
Div here</div>

This div border color is #584dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,77,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #584dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #584dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #584dcb;
  box-shadow:         1px 1px 3px 2px #584dcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #584dcb


Comments

No comments written yet.

Please login to write comment.