Color Hex Logo

#542aba Color Hex

#542ABA
(84,42,186)
0 Favorites   0 Comments

Color spaces of #542aba

RGB 8442186
HSL0.720.630.45
HSV258°77°73°
CMYK 0.550.770.00   0.27
XYZ13.34707.085947.1186
Yxy7.08590.19760.1049
Hunter Lab26.619442.9164-86.3150
CIE-Lab32.001752.9836-68.5159

#542aba color RGB value is (84,42,186).

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

The process color (four color CMYK) of #542aba color hex is 0.55, 0.77, 0.00, 0.27. Web safe color of #542aba is #6633cc. Color #542aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101010 10111010
Octal 124 52 272
Decimal 84 42 186
Hex 54 2A BA

RGB Percentages of Color #542aba

%26.92
%13.46
%59.62

CMYK Percentages of Color #542aba

%55
%77
%0
%27

Triadic Colors of #542aba

#542aba #ba542a #2aba54

Analogous Colors of #542aba

#542aba #9c2aba #2a48ba

Monochromatic Colors of #542aba

#542aba

Complementary Color

#542aba #90ba2a

#542aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#542aba Color CSS Codes

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

#542aba Text Font Color

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

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


#542aba Background Color

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

This div background color is #542aba


#542aba Border Color

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

This div border color is #542aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542aba


Comments

No comments written yet.

Please login to write comment.