Color Hex Logo

#586ccb Color Hex

#586CCB
(88,108,203)
0 Favorites   0 Comments

Color spaces of #586ccb

RGB 88108203
HSL0.640.530.57
HSV230°57°80°
CMYK 0.570.470.00   0.20
XYZ20.166617.111658.7399
Yxy17.11160.21000.1782
Hunter Lab41.366214.6305-55.2354
CIE-Lab48.400320.6309-51.7774

#586ccb color RGB value is (88,108,203).

#586ccb hex color red value is 88, green value is 108 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #586ccb hue: 0.64 , saturation: 0.53 and the lightness value of 586ccb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101100 11001011
Octal 130 154 313
Decimal 88 108 203
Hex 58 6C CB

RGB Percentages of Color #586ccb

%22.06
%27.07
%50.88

CMYK Percentages of Color #586ccb

%57
%47
%0
%20

Triadic Colors of #586ccb

#586ccb #cb586c #6ccb58

Analogous Colors of #586ccb

#586ccb #7e58cb #58a6cb

Monochromatic Colors of #586ccb

#586ccb

Complementary Color

#586ccb #cbb758

#586ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#586ccb Color CSS Codes

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

#586ccb Text Font Color

<p style="color:#586ccb">Text here</p>

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


#586ccb Background Color

<div style="background-color:#586ccb">
Div content here</div>

This div background color is #586ccb


#586ccb Border Color

<div style="border:3px solid #586ccb">
Div here</div>

This div border color is #586ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586ccb


Comments

No comments written yet.

Please login to write comment.