Color Hex Logo

#5946fb Color Hex

#5946FB
(89,70,251)
0 Favorites   0 Comments

Color spaces of #5946fb

RGB 8970251
HSL0.680.960.63
HSV246°72°98°
CMYK 0.650.720.00   0.02
XYZ23.722613.469292.6163
Yxy13.46920.18280.1038
Hunter Lab36.700451.1540-123.9326
CIE-Lab43.461958.5060-86.9780

#5946fb color RGB value is (89,70,251).

#5946fb hex color red value is 89, green value is 70 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5946fb hue: 0.68 , saturation: 0.96 and the lightness value of 5946fb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000110 11111011
Octal 131 106 373
Decimal 89 70 251
Hex 59 46 FB

RGB Percentages of Color #5946fb

%21.71
%17.07
%61.22

CMYK Percentages of Color #5946fb

%65
%72
%0
%2

Triadic Colors of #5946fb

#5946fb #fb5946 #46fb59

Analogous Colors of #5946fb

#5946fb #b446fb #468efb

Monochromatic Colors of #5946fb

#5946fb

Complementary Color

#5946fb #e8fb46

#5946fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5946fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5946fb Color CSS Codes

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

#5946fb Text Font Color

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

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


#5946fb Background Color

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

This div background color is #5946fb


#5946fb Border Color

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

This div border color is #5946fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5946fb

Related Colors


Comments

No comments written yet.

Please login to write comment.