Color Hex Logo

#5879da Color Hex

#5879DA
(88,121,218)
0 Favorites   0 Comments

Color spaces of #5879da

RGB 88121218
HSL0.620.640.60
HSV225°60°85°
CMYK 0.600.440.00   0.15
XYZ23.516820.811469.1072
Yxy20.81140.20730.1835
Hunter Lab45.619512.1824-57.8824
CIE-Lab52.742517.5905-53.3555

#5879da color RGB value is (88,121,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111001 11011010
Octal 130 171 332
Decimal 88 121 218
Hex 58 79 DA

RGB Percentages of Color #5879da

%20.61
%28.34
%51.05

CMYK Percentages of Color #5879da

%60
%44
%0
%15

Triadic Colors of #5879da

#5879da #da5879 #79da58

Analogous Colors of #5879da

#5879da #7858da #58bada

Monochromatic Colors of #5879da

#5879da

Complementary Color

#5879da #dab958

#5879da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5879da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5879da Color CSS Codes

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

#5879da Text Font Color

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

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


#5879da Background Color

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

This div background color is #5879da


#5879da Border Color

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

This div border color is #5879da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5879da


Comments

No comments written yet.

Please login to write comment.