Color Hex Logo

#542aab Color Hex

#542AAB
(84,42,171)
0 Favorites   0 Comments

Color spaces of #542aab

RGB 8442171
HSL0.720.610.42
HSV260°75°67°
CMYK 0.510.750.00   0.33
XYZ11.83486.481039.1553
Yxy6.48100.20590.1128
Hunter Lab25.457838.4297-73.3703
CIE-Lab30.594948.8362-61.8881

#542aab color RGB value is (84,42,171).

#542aab hex color red value is 84, green value is 42 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #542aab hue: 0.72 , saturation: 0.61 and the lightness value of 542aab is 0.42.

The process color (four color CMYK) of #542aab color hex is 0.51, 0.75, 0.00, 0.33. Web safe color of #542aab is #663399. Color #542aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101010 10101011
Octal 124 52 253
Decimal 84 42 171
Hex 54 2A AB

RGB Percentages of Color #542aab

%28.28
%14.14
%57.58

CMYK Percentages of Color #542aab

%51
%75
%0
%33

Triadic Colors of #542aab

#542aab #ab542a #2aab54

Analogous Colors of #542aab

#542aab #952aab #2a41ab

Monochromatic Colors of #542aab

#542aab

Complementary Color

#542aab #81ab2a

#542aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#542aab Color CSS Codes

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

#542aab Text Font Color

<p style="color:#542aab">Text here</p>

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


#542aab Background Color

<div style="background-color:#542aab">
Div content here</div>

This div background color is #542aab


#542aab Border Color

<div style="border:3px solid #542aab">
Div here</div>

This div border color is #542aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,42,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #542aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #542aab;
  -webkit-box-shadow: 1px 1px 3px 2px #542aab;
  box-shadow:         1px 1px 3px 2px #542aab; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542aab


Comments

No comments written yet.

Please login to write comment.