Color Hex Logo

#5840fb Color Hex

#5840FB
(88,64,251)
0 Favorites   0 Comments

Color spaces of #5840fb

RGB 8864251
HSL0.690.960.62
HSV248°75°98°
CMYK 0.650.750.00   0.02
XYZ23.270512.706592.4929
Yxy12.70650.18110.0989
Hunter Lab35.646254.1474-128.8904
CIE-Lab42.317661.4253-88.8666

#5840fb color RGB value is (88,64,251).

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

The process color (four color CMYK) of #5840fb color hex is 0.65, 0.75, 0.00, 0.02. Web safe color of #5840fb is #6633ff. Color #5840fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000000 11111011
Octal 130 100 373
Decimal 88 64 251
Hex 58 40 FB

RGB Percentages of Color #5840fb

%21.84
%15.88
%62.28

CMYK Percentages of Color #5840fb

%65
%75
%0
%2

Triadic Colors of #5840fb

#5840fb #fb5840 #40fb58

Analogous Colors of #5840fb

#5840fb #b640fb #4086fb

Monochromatic Colors of #5840fb

#5840fb

Complementary Color

#5840fb #e3fb40

#5840fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5840fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5840fb Color CSS Codes

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

#5840fb Text Font Color

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

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


#5840fb Background Color

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

This div background color is #5840fb


#5840fb Border Color

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

This div border color is #5840fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5840fb


Comments

No comments written yet.

Please login to write comment.