Color Hex Logo

#542188 Color Hex

#542188
(84,33,136)
0 Favorites   0 Comments

Color spaces of #542188

RGB 8433136
HSL0.750.610.33
HSV270°76°53°
CMYK 0.380.760.00   0.47
XYZ8.64394.750123.7538
Yxy4.75010.23270.1279
Hunter Lab21.794732.6533-49.3631
CIE-Lab26.010643.7703-47.9664

#542188 color RGB value is (84,33,136).

#542188 hex color red value is 84, green value is 33 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #542188 hue: 0.75 , saturation: 0.61 and the lightness value of 542188 is 0.33.

The process color (four color CMYK) of #542188 color hex is 0.38, 0.76, 0.00, 0.47. Web safe color of #542188 is #663399. Color #542188 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100001 10001000
Octal 124 41 210
Decimal 84 33 136
Hex 54 21 88

RGB Percentages of Color #542188

%33.20
%13.04
%53.75

CMYK Percentages of Color #542188

%38
%76
%0
%47

Triadic Colors of #542188

#542188 #885421 #218854

Analogous Colors of #542188

#542188 #882188 #212288

Monochromatic Colors of #542188

#542188

Complementary Color

#542188 #558821

#542188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542188 Color CSS Codes

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

#542188 Text Font Color

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

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


#542188 Background Color

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

This div background color is #542188


#542188 Border Color

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

This div border color is #542188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542188


Comments

No comments written yet.

Please login to write comment.