Color Hex Logo

#585cbc Color Hex

#585CBC
(88,92,188)
0 Favorites   0 Comments

Color spaces of #585cbc

RGB 8892188
HSL0.660.430.54
HSV238°53°74°
CMYK 0.530.510.00   0.26
XYZ16.928713.359849.2634
Yxy13.35980.21280.1679
Hunter Lab36.551118.7083-54.3251
CIE-Lab43.300425.7132-51.2966

#585cbc color RGB value is (88,92,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01011100 10111100
Octal 130 134 274
Decimal 88 92 188
Hex 58 5C BC

RGB Percentages of Color #585cbc

%23.91
%25.00
%51.09

CMYK Percentages of Color #585cbc

%53
%51
%0
%26

Triadic Colors of #585cbc

#585cbc #bc585c #5cbc58

Analogous Colors of #585cbc

#585cbc #8658bc #588ebc

Monochromatic Colors of #585cbc

#585cbc

Complementary Color

#585cbc #bcb858

#585cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#585cbc Color CSS Codes

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

#585cbc Text Font Color

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

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


#585cbc Background Color

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

This div background color is #585cbc


#585cbc Border Color

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

This div border color is #585cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585cbc


Comments

No comments written yet.

Please login to write comment.