Color Hex Logo

#542699 Color Hex

#542699
(84,38,153)
0 Favorites   0 Comments

Color spaces of #542699

RGB 8438153
HSL0.730.600.37
HSV264°75°60°
CMYK 0.450.750.00   0.40
XYZ10.09905.571030.6800
Yxy5.57100.21790.1202
Hunter Lab23.603035.0696-60.5452
CIE-Lab28.303345.8567-54.7329

#542699 color RGB value is (84,38,153).

#542699 hex color red value is 84, green value is 38 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #542699 hue: 0.73 , saturation: 0.60 and the lightness value of 542699 is 0.37.

The process color (four color CMYK) of #542699 color hex is 0.45, 0.75, 0.00, 0.40. Web safe color of #542699 is #663399. Color #542699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100110 10011001
Octal 124 46 231
Decimal 84 38 153
Hex 54 26 99

RGB Percentages of Color #542699

%30.55
%13.82
%55.64

CMYK Percentages of Color #542699

%45
%75
%0
%40

Triadic Colors of #542699

#542699 #995426 #269954

Analogous Colors of #542699

#542699 #8e2699 #263199

Monochromatic Colors of #542699

#542699

Complementary Color

#542699 #6b9926

#542699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542699 Color CSS Codes

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

#542699 Text Font Color

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

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


#542699 Background Color

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

This div background color is #542699


#542699 Border Color

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

This div border color is #542699


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,38,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #542699; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #542699;
  -webkit-box-shadow: 1px 1px 3px 2px #542699;
  box-shadow:         1px 1px 3px 2px #542699; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542699


Comments

No comments written yet.

Please login to write comment.