Color Hex Logo

#542bae Color Hex

#542BAE
(84,43,174)
0 Favorites   0 Comments

Color spaces of #542bae

RGB 8443174
HSL0.720.600.43
HSV259°75°68°
CMYK 0.520.750.00   0.32
XYZ12.16006.668640.6907
Yxy6.66860.20430.1120
Hunter Lab25.823638.8619-75.3476
CIE-Lab31.040249.1830-62.9556

#542bae color RGB value is (84,43,174).

#542bae hex color red value is 84, green value is 43 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #542bae hue: 0.72 , saturation: 0.60 and the lightness value of 542bae is 0.43.

The process color (four color CMYK) of #542bae color hex is 0.52, 0.75, 0.00, 0.32. Web safe color of #542bae is #663399. Color #542bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101011 10101110
Octal 124 53 256
Decimal 84 43 174
Hex 54 2B AE

RGB Percentages of Color #542bae

%27.91
%14.29
%57.81

CMYK Percentages of Color #542bae

%52
%75
%0
%32

Triadic Colors of #542bae

#542bae #ae542b #2bae54

Analogous Colors of #542bae

#542bae #962bae #2b44ae

Monochromatic Colors of #542bae

#542bae

Complementary Color

#542bae #85ae2b

#542bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#542bae Color CSS Codes

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

#542bae Text Font Color

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

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


#542bae Background Color

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

This div background color is #542bae


#542bae Border Color

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

This div border color is #542bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542bae


Comments

No comments written yet.

Please login to write comment.