Color Hex Logo

#585bcc Color Hex

#585BCC
(88,91,204)
0 Favorites   0 Comments

Color spaces of #585bcc

RGB 8891204
HSL0.660.530.57
HSV238°57°80°
CMYK 0.570.550.00   0.20
XYZ18.664713.916558.8292
Yxy13.91650.20420.1522
Hunter Lab37.304824.0253-67.3861
CIE-Lab44.112931.5161-59.2519

#585bcc color RGB value is (88,91,204).

#585bcc hex color red value is 88, green value is 91 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #585bcc hue: 0.66 , saturation: 0.53 and the lightness value of 585bcc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011011 11001100
Octal 130 133 314
Decimal 88 91 204
Hex 58 5B CC

RGB Percentages of Color #585bcc

%22.98
%23.76
%53.26

CMYK Percentages of Color #585bcc

%57
%55
%0
%20

Triadic Colors of #585bcc

#585bcc #cc585b #5bcc58

Analogous Colors of #585bcc

#585bcc #8f58cc #5895cc

Monochromatic Colors of #585bcc

#585bcc

Complementary Color

#585bcc #ccc958

#585bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#585bcc Color CSS Codes

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

#585bcc Text Font Color

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

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


#585bcc Background Color

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

This div background color is #585bcc


#585bcc Border Color

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

This div border color is #585bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585bcc


Comments

No comments written yet.

Please login to write comment.