Color Hex Logo

#5874eb Color Hex

#5874EB
(88,116,235)
0 Favorites   0 Comments

Color spaces of #5874eb

RGB 88116235
HSL0.630.790.63
HSV229°63°92°
CMYK 0.630.510.00   0.08
XYZ25.265320.563681.2348
Yxy20.56360.19880.1618
Hunter Lab45.347120.0945-74.4691
CIE-Lab52.468526.3654-63.3453

#5874eb color RGB value is (88,116,235).

#5874eb hex color red value is 88, green value is 116 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5874eb hue: 0.63 , saturation: 0.79 and the lightness value of 5874eb is 0.63.

The process color (four color CMYK) of #5874eb color hex is 0.63, 0.51, 0.00, 0.08. Web safe color of #5874eb is #6666ff. Color #5874eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110100 11101011
Octal 130 164 353
Decimal 88 116 235
Hex 58 74 EB

RGB Percentages of Color #5874eb

%20.05
%26.42
%53.53

CMYK Percentages of Color #5874eb

%63
%51
%0
%8

Triadic Colors of #5874eb

#5874eb #eb5874 #74eb58

Analogous Colors of #5874eb

#5874eb #8658eb #58beeb

Monochromatic Colors of #5874eb

#5874eb

Complementary Color

#5874eb #ebcf58

#5874eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5874eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5874eb Color CSS Codes

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

#5874eb Text Font Color

<p style="color:#5874eb">Text here</p>

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


#5874eb Background Color

<div style="background-color:#5874eb">
Div content here</div>

This div background color is #5874eb


#5874eb Border Color

<div style="border:3px solid #5874eb">
Div here</div>

This div border color is #5874eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,116,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5874eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5874eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5874eb;
  box-shadow:         1px 1px 3px 2px #5874eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5874eb


Comments

No comments written yet.

Please login to write comment.