Color Hex Logo

#5882dc Color Hex

#5882DC
(88,130,220)
0 Favorites   0 Comments

Color spaces of #5882dc

RGB 88130220
HSL0.610.650.60
HSV221°60°86°
CMYK 0.600.410.00   0.14
XYZ24.925423.207370.8759
Yxy23.20730.20940.1950
Hunter Lab48.17408.0522-53.5086
CIE-Lab55.285212.7763-50.4254

#5882dc color RGB value is (88,130,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000010 11011100
Octal 130 202 334
Decimal 88 130 220
Hex 58 82 DC

RGB Percentages of Color #5882dc

%20.09
%29.68
%50.23

CMYK Percentages of Color #5882dc

%60
%41
%0
%14

Triadic Colors of #5882dc

#5882dc #dc5882 #82dc58

Analogous Colors of #5882dc

#5882dc #7058dc #58c4dc

Monochromatic Colors of #5882dc

#5882dc

Complementary Color

#5882dc #dcb258

#5882dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5882dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5882dc Color CSS Codes

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

#5882dc Text Font Color

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

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


#5882dc Background Color

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

This div background color is #5882dc


#5882dc Border Color

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

This div border color is #5882dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5882dc


Comments

No comments written yet.

Please login to write comment.