Color Hex Logo

#5947eb Color Hex

#5947EB
(89,71,235)
0 Favorites   0 Comments

Color spaces of #5947eb

RGB 8971235
HSL0.680.800.60
HSV247°70°92°
CMYK 0.620.700.00   0.08
XYZ21.368512.628579.9086
Yxy12.62850.18760.1109
Hunter Lab35.536645.1447-108.4455
CIE-Lab42.198153.1754-80.0604

#5947eb color RGB value is (89,71,235).

#5947eb hex color red value is 89, green value is 71 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5947eb hue: 0.68 , saturation: 0.80 and the lightness value of 5947eb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000111 11101011
Octal 131 107 353
Decimal 89 71 235
Hex 59 47 EB

RGB Percentages of Color #5947eb

%22.53
%17.97
%59.49

CMYK Percentages of Color #5947eb

%62
%70
%0
%8

Triadic Colors of #5947eb

#5947eb #eb5947 #47eb59

Analogous Colors of #5947eb

#5947eb #ab47eb #4787eb

Monochromatic Colors of #5947eb

#5947eb

Complementary Color

#5947eb #d9eb47

#5947eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5947eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5947eb Color CSS Codes

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

#5947eb Text Font Color

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

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


#5947eb Background Color

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

This div background color is #5947eb


#5947eb Border Color

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

This div border color is #5947eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5947eb


Comments

No comments written yet.

Please login to write comment.