Color Hex Logo

#5938ed Color Hex

#5938ED
(89,56,237)
0 Favorites   0 Comments

Color spaces of #5938ed

RGB 8956237
HSL0.700.830.57
HSV251°76°93°
CMYK 0.620.760.00   0.07
XYZ20.820111.066681.1595
Yxy11.06660.18420.0979
Hunter Lab33.266553.4993-121.3619
CIE-Lab39.692461.3522-85.3170

#5938ed color RGB value is (89,56,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111000 11101101
Octal 131 70 355
Decimal 89 56 237
Hex 59 38 ED

RGB Percentages of Color #5938ed

%23.30
%14.66
%62.04

CMYK Percentages of Color #5938ed

%62
%76
%0
%7

Triadic Colors of #5938ed

#5938ed #ed5938 #38ed59

Analogous Colors of #5938ed

#5938ed #b438ed #3872ed

Monochromatic Colors of #5938ed

#5938ed

Complementary Color

#5938ed #cced38

#5938ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5938ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5938ed Color CSS Codes

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

#5938ed Text Font Color

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

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


#5938ed Background Color

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

This div background color is #5938ed


#5938ed Border Color

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

This div border color is #5938ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5938ed


Comments

No comments written yet.

Please login to write comment.