Color Hex Logo

#5942ea Color Hex

#5942EA
(89,66,234)
0 Favorites   0 Comments

Color spaces of #5942ea

RGB 8966234
HSL0.690.800.59
HSV248°72°92°
CMYK 0.620.720.00   0.08
XYZ20.919311.960879.0480
Yxy11.96080.18690.1069
Hunter Lab34.584447.4479-111.3074
CIE-Lab41.153855.5313-81.2110

#5942ea color RGB value is (89,66,234).

#5942ea hex color red value is 89, green value is 66 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5942ea hue: 0.69 , saturation: 0.80 and the lightness value of 5942ea is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01000010 11101010
Octal 131 102 352
Decimal 89 66 234
Hex 59 42 EA

RGB Percentages of Color #5942ea

%22.88
%16.97
%60.15

CMYK Percentages of Color #5942ea

%62
%72
%0
%8

Triadic Colors of #5942ea

#5942ea #ea5942 #42ea59

Analogous Colors of #5942ea

#5942ea #ad42ea #427fea

Monochromatic Colors of #5942ea

#5942ea

Complementary Color

#5942ea #d3ea42

#5942ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5942ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5942ea Color CSS Codes

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

#5942ea Text Font Color

<p style="color:#5942ea">Text here</p>

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


#5942ea Background Color

<div style="background-color:#5942ea">
Div content here</div>

This div background color is #5942ea


#5942ea Border Color

<div style="border:3px solid #5942ea">
Div here</div>

This div border color is #5942ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,66,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5942ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5942ea;
  -webkit-box-shadow: 1px 1px 3px 2px #5942ea;
  box-shadow:         1px 1px 3px 2px #5942ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5942ea


Comments

No comments written yet.

Please login to write comment.