Color Hex Logo

#5949ab Color Hex

#5949AB
(89,73,171)
0 Favorites   0 Comments

Color spaces of #5949ab

RGB 8973171
HSL0.690.400.48
HSV250°57°67°
CMYK 0.480.570.00   0.33
XYZ13.85319.829239.6952
Yxy9.82920.21860.1551
Hunter Lab31.351624.0074-53.1229
CIE-Lab37.534132.3810-50.5747

#5949ab color RGB value is (89,73,171).

#5949ab hex color red value is 89, green value is 73 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5949ab hue: 0.69 , saturation: 0.40 and the lightness value of 5949ab is 0.48.

The process color (four color CMYK) of #5949ab color hex is 0.48, 0.57, 0.00, 0.33. Web safe color of #5949ab is #663399. Color #5949ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001001 10101011
Octal 131 111 253
Decimal 89 73 171
Hex 59 49 AB

RGB Percentages of Color #5949ab

%26.73
%21.92
%51.35

CMYK Percentages of Color #5949ab

%48
%57
%0
%33

Triadic Colors of #5949ab

#5949ab #ab5949 #49ab59

Analogous Colors of #5949ab

#5949ab #8a49ab #496aab

Monochromatic Colors of #5949ab

#5949ab

Complementary Color

#5949ab #9bab49

#5949ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5949ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5949ab Color CSS Codes

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

#5949ab Text Font Color

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

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


#5949ab Background Color

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

This div background color is #5949ab


#5949ab Border Color

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

This div border color is #5949ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5949ab


Comments

No comments written yet.

Please login to write comment.