Color Hex Logo

#5840eb Color Hex

#5840EB
(88,64,235)
0 Favorites   0 Comments

Color spaces of #5840eb

RGB 8864235
HSL0.690.810.59
HSV248°73°92°
CMYK 0.630.730.00   0.08
XYZ20.853311.739779.7642
Yxy11.73970.18560.1045
Hunter Lab34.263248.6780-114.0417
CIE-Lab40.799456.7409-82.3632

#5840eb color RGB value is (88,64,235).

#5840eb hex color red value is 88, green value is 64 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5840eb hue: 0.69 , saturation: 0.81 and the lightness value of 5840eb is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000000 11101011
Octal 130 100 353
Decimal 88 64 235
Hex 58 40 EB

RGB Percentages of Color #5840eb

%22.74
%16.54
%60.72

CMYK Percentages of Color #5840eb

%63
%73
%0
%8

Triadic Colors of #5840eb

#5840eb #eb5840 #40eb58

Analogous Colors of #5840eb

#5840eb #ae40eb #407eeb

Monochromatic Colors of #5840eb

#5840eb

Complementary Color

#5840eb #d3eb40

#5840eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5840eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5840eb Color CSS Codes

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

#5840eb Text Font Color

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

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


#5840eb Background Color

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

This div background color is #5840eb


#5840eb Border Color

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

This div border color is #5840eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5840eb


Comments

No comments written yet.

Please login to write comment.