Color Hex Logo

#5837fb Color Hex

#5837FB
(88,55,251)
0 Favorites   0 Comments

Color spaces of #5837fb

RGB 8855251
HSL0.690.960.60
HSV250°78°98°
CMYK 0.650.780.00   0.02
XYZ22.803311.772192.3372
Yxy11.77210.17970.0928
Hunter Lab34.310558.5906-135.5453
CIE-Lab40.851665.6370-91.2880

#5837fb color RGB value is (88,55,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110111 11111011
Octal 130 67 373
Decimal 88 55 251
Hex 58 37 FB

RGB Percentages of Color #5837fb

%22.34
%13.96
%63.71

CMYK Percentages of Color #5837fb

%65
%78
%0
%2

Triadic Colors of #5837fb

#5837fb #fb5837 #37fb58

Analogous Colors of #5837fb

#5837fb #ba37fb #3778fb

Monochromatic Colors of #5837fb

#5837fb

Complementary Color

#5837fb #dafb37

#5837fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5837fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5837fb Color CSS Codes

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

#5837fb Text Font Color

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

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


#5837fb Background Color

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

This div background color is #5837fb


#5837fb Border Color

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

This div border color is #5837fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5837fb


Comments

No comments written yet.

Please login to write comment.