Color Hex Logo

#5882da Color Hex

#5882DA
(88,130,218)
0 Favorites   0 Comments

Color spaces of #5882da

RGB 88130218
HSL0.610.640.60
HSV221°60°85°
CMYK 0.600.400.00   0.15
XYZ24.662023.101969.4890
Yxy23.10190.21030.1970
Hunter Lab48.06447.4761-52.0732
CIE-Lab55.177112.1109-49.4737

#5882da color RGB value is (88,130,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 10000010 11011010
Octal 130 202 332
Decimal 88 130 218
Hex 58 82 DA

RGB Percentages of Color #5882da

%20.18
%29.82
%50.00

CMYK Percentages of Color #5882da

%60
%40
%0
%15

Triadic Colors of #5882da

#5882da #da5882 #82da58

Analogous Colors of #5882da

#5882da #6f58da #58c3da

Monochromatic Colors of #5882da

#5882da

Complementary Color

#5882da #dab058

#5882da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5882da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5882da Color CSS Codes

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

#5882da Text Font Color

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

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


#5882da Background Color

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

This div background color is #5882da


#5882da Border Color

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

This div border color is #5882da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5882da


Comments

No comments written yet.

Please login to write comment.