Color Hex Logo

#5949ef Color Hex

#5949EF
(89,73,239)
0 Favorites   0 Comments

Color spaces of #5949ef

RGB 8973239
HSL0.680.840.61
HSV246°69°94°
CMYK 0.630.690.00   0.06
XYZ22.082413.120983.0301
Yxy13.12090.18680.1110
Hunter Lab36.222845.4286-110.5490
CIE-Lab42.944853.3053-81.0920

#5949ef color RGB value is (89,73,239).

#5949ef hex color red value is 89, green value is 73 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5949ef hue: 0.68 , saturation: 0.84 and the lightness value of 5949ef is 0.61.

The process color (four color CMYK) of #5949ef color hex is 0.63, 0.69, 0.00, 0.06. Web safe color of #5949ef is #6633ff. Color #5949ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001001 11101111
Octal 131 111 357
Decimal 89 73 239
Hex 59 49 EF

RGB Percentages of Color #5949ef

%22.19
%18.20
%59.60

CMYK Percentages of Color #5949ef

%63
%69
%0
%6

Triadic Colors of #5949ef

#5949ef #ef5949 #49ef59

Analogous Colors of #5949ef

#5949ef #ac49ef #498cef

Monochromatic Colors of #5949ef

#5949ef

Complementary Color

#5949ef #dfef49

#5949ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5949ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5949ef Color CSS Codes

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

#5949ef Text Font Color

<p style="color:#5949ef">Text here</p>

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


#5949ef Background Color

<div style="background-color:#5949ef">
Div content here</div>

This div background color is #5949ef


#5949ef Border Color

<div style="border:3px solid #5949ef">
Div here</div>

This div border color is #5949ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,73,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5949ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5949ef;
  -webkit-box-shadow: 1px 1px 3px 2px #5949ef;
  box-shadow:         1px 1px 3px 2px #5949ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5949ef


Comments

No comments written yet.

Please login to write comment.