Color Hex Logo

#5445ae Color Hex

#5445AE
(84,69,174)
0 Favorites   0 Comments

Color spaces of #5445ae

RGB 8469174
HSL0.690.430.48
HSV249°60°68°
CMYK 0.520.600.00   0.32
XYZ13.42439.197141.1121
Yxy9.19710.21060.1443
Hunter Lab30.326725.9423-59.1472
CIE-Lab36.361034.6939-54.2774

#5445ae color RGB value is (84,69,174).

#5445ae hex color red value is 84, green value is 69 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5445ae hue: 0.69 , saturation: 0.43 and the lightness value of 5445ae is 0.48.

The process color (four color CMYK) of #5445ae color hex is 0.52, 0.60, 0.00, 0.32. Web safe color of #5445ae is #663399. Color #5445ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01000101 10101110
Octal 124 105 256
Decimal 84 69 174
Hex 54 45 AE

RGB Percentages of Color #5445ae

%25.69
%21.10
%53.21

CMYK Percentages of Color #5445ae

%52
%60
%0
%32

Triadic Colors of #5445ae

#5445ae #ae5445 #45ae54

Analogous Colors of #5445ae

#5445ae #8945ae #456bae

Monochromatic Colors of #5445ae

#5445ae

Complementary Color

#5445ae #9fae45

#5445ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5445ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5445ae Color CSS Codes

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

#5445ae Text Font Color

<p style="color:#5445ae">Text here</p>

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


#5445ae Background Color

<div style="background-color:#5445ae">
Div content here</div>

This div background color is #5445ae


#5445ae Border Color

<div style="border:3px solid #5445ae">
Div here</div>

This div border color is #5445ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,69,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5445ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5445ae;
  -webkit-box-shadow: 1px 1px 3px 2px #5445ae;
  box-shadow:         1px 1px 3px 2px #5445ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,69,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5445ae


Comments

No comments written yet.

Please login to write comment.