Color Hex Logo

#586cdf Color Hex

#586CDF
(88,108,223)
0 Favorites   0 Comments

Color spaces of #586cdf

RGB 88108223
HSL0.640.680.61
HSV231°61°87°
CMYK 0.610.520.00   0.13
XYZ22.706318.127572.1142
Yxy18.12750.20100.1605
Hunter Lab42.576420.6866-70.6195
CIE-Lab49.650427.2700-61.1443

#586cdf color RGB value is (88,108,223).

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

The process color (four color CMYK) of #586cdf color hex is 0.61, 0.52, 0.00, 0.13. Web safe color of #586cdf is #6666cc. Color #586cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101100 11011111
Octal 130 154 337
Decimal 88 108 223
Hex 58 6C DF

RGB Percentages of Color #586cdf

%21.00
%25.78
%53.22

CMYK Percentages of Color #586cdf

%61
%52
%0
%13

Triadic Colors of #586cdf

#586cdf #df586c #6cdf58

Analogous Colors of #586cdf

#586cdf #8858df #58b0df

Monochromatic Colors of #586cdf

#586cdf

Complementary Color

#586cdf #dfcb58

#586cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#586cdf Color CSS Codes

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

#586cdf Text Font Color

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

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


#586cdf Background Color

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

This div background color is #586cdf


#586cdf Border Color

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

This div border color is #586cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #586cdf


Comments

No comments written yet.

Please login to write comment.