Color Hex Logo

#5937da Color Hex

#5937DA
(89,55,218)
0 Favorites   0 Comments

Color spaces of #5937da

RGB 8955218
HSL0.700.690.54
HSV253°75°85°
CMYK 0.590.750.00   0.15
XYZ18.14099.918267.2879
Yxy9.91820.19030.1040
Hunter Lab31.493247.7077-104.6330
CIE-Lab37.695256.4342-77.7773

#5937da color RGB value is (89,55,218).

#5937da hex color red value is 89, green value is 55 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5937da hue: 0.70 , saturation: 0.69 and the lightness value of 5937da is 0.54.

The process color (four color CMYK) of #5937da color hex is 0.59, 0.75, 0.00, 0.15. Web safe color of #5937da is #6633cc. Color #5937da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00110111 11011010
Octal 131 67 332
Decimal 89 55 218
Hex 59 37 DA

RGB Percentages of Color #5937da

%24.59
%15.19
%60.22

CMYK Percentages of Color #5937da

%59
%75
%0
%15

Triadic Colors of #5937da

#5937da #da5937 #37da59

Analogous Colors of #5937da

#5937da #ab37da #3767da

Monochromatic Colors of #5937da

#5937da

Complementary Color

#5937da #b8da37

#5937da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5937da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5937da Color CSS Codes

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

#5937da Text Font Color

<p style="color:#5937da">Text here</p>

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


#5937da Background Color

<div style="background-color:#5937da">
Div content here</div>

This div background color is #5937da


#5937da Border Color

<div style="border:3px solid #5937da">
Div here</div>

This div border color is #5937da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,55,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5937da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5937da;
  -webkit-box-shadow: 1px 1px 3px 2px #5937da;
  box-shadow:         1px 1px 3px 2px #5937da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5937da


Comments

No comments written yet.

Please login to write comment.