Color Hex Logo

#5943eb Color Hex

#5943EB
(89,67,235)
0 Favorites   0 Comments

Color spaces of #5943eb

RGB 8967235
HSL0.690.810.59
HSV248°71°92°
CMYK 0.620.710.00   0.08
XYZ21.122412.136379.8265
Yxy12.13630.18680.1073
Hunter Lab34.837247.2626-111.4720
CIE-Lab41.431955.3060-81.3195

#5943eb color RGB value is (89,67,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000011 11101011
Octal 131 103 353
Decimal 89 67 235
Hex 59 43 EB

RGB Percentages of Color #5943eb

%22.76
%17.14
%60.10

CMYK Percentages of Color #5943eb

%62
%71
%0
%8

Triadic Colors of #5943eb

#5943eb #eb5943 #43eb59

Analogous Colors of #5943eb

#5943eb #ad43eb #4381eb

Monochromatic Colors of #5943eb

#5943eb

Complementary Color

#5943eb #d5eb43

#5943eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5943eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5943eb Color CSS Codes

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

#5943eb Text Font Color

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

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


#5943eb Background Color

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

This div background color is #5943eb


#5943eb Border Color

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

This div border color is #5943eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5943eb


Comments

No comments written yet.

Please login to write comment.