Color Hex Logo

#544ba0 Color Hex

#544BA0
(84,75,160)
0 Favorites   0 Comments

Color spaces of #544ba0

RGB 8475160
HSL0.680.360.46
HSV246°53°63°
CMYK 0.480.530.00   0.37
XYZ12.51749.455034.4230
Yxy9.45500.22200.1677
Hunter Lab30.749018.8537-44.8499
CIE-Lab36.846026.6029-45.1330

#544ba0 color RGB value is (84,75,160).

#544ba0 hex color red value is 84, green value is 75 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #544ba0 hue: 0.68 , saturation: 0.36 and the lightness value of 544ba0 is 0.46.

The process color (four color CMYK) of #544ba0 color hex is 0.48, 0.53, 0.00, 0.37. Web safe color of #544ba0 is #663399. Color #544ba0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 01001011 10100000
Octal 124 113 240
Decimal 84 75 160
Hex 54 4B A0

RGB Percentages of Color #544ba0

%26.33
%23.51
%50.16

CMYK Percentages of Color #544ba0

%48
%53
%0
%37

Triadic Colors of #544ba0

#544ba0 #a0544b #4ba054

Analogous Colors of #544ba0

#544ba0 #7f4ba0 #4b6da0

Monochromatic Colors of #544ba0

#544ba0

Complementary Color

#544ba0 #97a04b

#544ba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#544ba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#544ba0 Color CSS Codes

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

#544ba0 Text Font Color

<p style="color:#544ba0">Text here</p>

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


#544ba0 Background Color

<div style="background-color:#544ba0">
Div content here</div>

This div background color is #544ba0


#544ba0 Border Color

<div style="border:3px solid #544ba0">
Div here</div>

This div border color is #544ba0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,75,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #544ba0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #544ba0;
  -webkit-box-shadow: 1px 1px 3px 2px #544ba0;
  box-shadow:         1px 1px 3px 2px #544ba0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #544ba0


Comments

No comments written yet.

Please login to write comment.