Color Hex Logo

#5866dc Color Hex

#5866DC
(88,102,220)
0 Favorites   0 Comments

Color spaces of #5866dc

RGB 88102220
HSL0.650.650.60
HSV234°60°86°
CMYK 0.600.540.00   0.14
XYZ21.694116.744869.7988
Yxy16.74480.20040.1547
Hunter Lab40.920423.0217-72.4879
CIE-Lab47.936929.9756-62.2125

#5866dc color RGB value is (88,102,220).

#5866dc hex color red value is 88, green value is 102 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5866dc hue: 0.65 , saturation: 0.65 and the lightness value of 5866dc is 0.60.

The process color (four color CMYK) of #5866dc color hex is 0.60, 0.54, 0.00, 0.14. Web safe color of #5866dc is #6666cc. Color #5866dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01100110 11011100
Octal 130 146 334
Decimal 88 102 220
Hex 58 66 DC

RGB Percentages of Color #5866dc

%21.46
%24.88
%53.66

CMYK Percentages of Color #5866dc

%60
%54
%0
%14

Triadic Colors of #5866dc

#5866dc #dc5866 #66dc58

Analogous Colors of #5866dc

#5866dc #8c58dc #58a8dc

Monochromatic Colors of #5866dc

#5866dc

Complementary Color

#5866dc #dcce58

#5866dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5866dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5866dc Color CSS Codes

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

#5866dc Text Font Color

<p style="color:#5866dc">Text here</p>

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


#5866dc Background Color

<div style="background-color:#5866dc">
Div content here</div>

This div background color is #5866dc


#5866dc Border Color

<div style="border:3px solid #5866dc">
Div here</div>

This div border color is #5866dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,102,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5866dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5866dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5866dc;
  box-shadow:         1px 1px 3px 2px #5866dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5866dc


Comments

No comments written yet.

Please login to write comment.