Color Hex Logo

#542fad Color Hex

#542FAD
(84,47,173)
0 Favorites   0 Comments

Color spaces of #542fad

RGB 8447173
HSL0.720.570.43
HSV258°73°68°
CMYK 0.510.730.00   0.32
XYZ12.21556.935040.2299
Yxy6.93500.20570.1168
Hunter Lab26.334436.7140-72.1407
CIE-Lab31.658546.9009-61.3438

#542fad color RGB value is (84,47,173).

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

The process color (four color CMYK) of #542fad color hex is 0.51, 0.73, 0.00, 0.32. Web safe color of #542fad is #663399. Color #542fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101111 10101101
Octal 124 57 255
Decimal 84 47 173
Hex 54 2F AD

RGB Percentages of Color #542fad

%27.63
%15.46
%56.91

CMYK Percentages of Color #542fad

%51
%73
%0
%32

Triadic Colors of #542fad

#542fad #ad542f #2fad54

Analogous Colors of #542fad

#542fad #932fad #2f49ad

Monochromatic Colors of #542fad

#542fad

Complementary Color

#542fad #88ad2f

#542fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#542fad Color CSS Codes

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

#542fad Text Font Color

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

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


#542fad Background Color

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

This div background color is #542fad


#542fad Border Color

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

This div border color is #542fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542fad


Comments

No comments written yet.

Please login to write comment.