Color Hex Logo

#5449ed Color Hex

#5449ED
(84,73,237)
0 Favorites   0 Comments

Color spaces of #5449ed

RGB 8473237
HSL0.680.820.61
HSV244°69°93°
CMYK 0.650.690.00   0.07
XYZ21.324812.764381.4606
Yxy12.76430.18460.1105
Hunter Lab35.727244.0204-110.1766
CIE-Lab42.405952.0720-80.8625

#5449ed color RGB value is (84,73,237).

#5449ed hex color red value is 84, green value is 73 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5449ed hue: 0.68 , saturation: 0.82 and the lightness value of 5449ed is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 01001001 11101101
Octal 124 111 355
Decimal 84 73 237
Hex 54 49 ED

RGB Percentages of Color #5449ed

%21.32
%18.53
%60.15

CMYK Percentages of Color #5449ed

%65
%69
%0
%7

Triadic Colors of #5449ed

#5449ed #ed5449 #49ed54

Analogous Colors of #5449ed

#5449ed #a649ed #4990ed

Monochromatic Colors of #5449ed

#5449ed

Complementary Color

#5449ed #e2ed49

#5449ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5449ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5449ed Color CSS Codes

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

#5449ed Text Font Color

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

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


#5449ed Background Color

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

This div background color is #5449ed


#5449ed Border Color

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

This div border color is #5449ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5449ed


Comments

No comments written yet.

Please login to write comment.