Color Hex Logo

#5941ed Color Hex

#5941ED
(89,65,237)
0 Favorites   0 Comments

Color spaces of #5941ed

RGB 8965237
HSL0.690.830.59
HSV248°73°93°
CMYK 0.620.730.00   0.07
XYZ21.296212.018981.3182
Yxy12.01890.18580.1048
Hunter Lab34.668348.9803-114.8033
CIE-Lab41.246156.9352-82.7563

#5941ed color RGB value is (89,65,237).

#5941ed hex color red value is 89, green value is 65 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5941ed hue: 0.69 , saturation: 0.83 and the lightness value of 5941ed is 0.59.

The process color (four color CMYK) of #5941ed color hex is 0.62, 0.73, 0.00, 0.07. Web safe color of #5941ed is #6633ff. Color #5941ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000001 11101101
Octal 131 101 355
Decimal 89 65 237
Hex 59 41 ED

RGB Percentages of Color #5941ed

%22.76
%16.62
%60.61

CMYK Percentages of Color #5941ed

%62
%73
%0
%7

Triadic Colors of #5941ed

#5941ed #ed5941 #41ed59

Analogous Colors of #5941ed

#5941ed #af41ed #417fed

Monochromatic Colors of #5941ed

#5941ed

Complementary Color

#5941ed #d5ed41

#5941ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5941ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5941ed Color CSS Codes

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

#5941ed Text Font Color

<p style="color:#5941ed">Text here</p>

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


#5941ed Background Color

<div style="background-color:#5941ed">
Div content here</div>

This div background color is #5941ed


#5941ed Border Color

<div style="border:3px solid #5941ed">
Div here</div>

This div border color is #5941ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,65,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5941ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5941ed;
  -webkit-box-shadow: 1px 1px 3px 2px #5941ed;
  box-shadow:         1px 1px 3px 2px #5941ed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,65,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5941ed


Comments

No comments written yet.

Please login to write comment.