Color Hex Logo

#542299 Color Hex

#542299
(84,34,153)
0 Favorites   0 Comments

Color spaces of #542299

RGB 8434153
HSL0.740.640.37
HSV265°78°60°
CMYK 0.450.780.00   0.40
XYZ9.97805.328830.6397
Yxy5.32880.21720.1160
Hunter Lab23.084236.7582-62.5368
CIE-Lab27.651747.7156-55.7988

#542299 color RGB value is (84,34,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100010 10011001
Octal 124 42 231
Decimal 84 34 153
Hex 54 22 99

RGB Percentages of Color #542299

%31.00
%12.55
%56.46

CMYK Percentages of Color #542299

%45
%78
%0
%40

Triadic Colors of #542299

#542299 #995422 #229954

Analogous Colors of #542299

#542299 #902299 #222c99

Monochromatic Colors of #542299

#542299

Complementary Color

#542299 #679922

#542299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542299 Color CSS Codes

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

#542299 Text Font Color

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

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


#542299 Background Color

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

This div background color is #542299


#542299 Border Color

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

This div border color is #542299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542299


Comments

No comments written yet.

Please login to write comment.