Color Hex Logo

#542cbb Color Hex

#542CBB
(84,44,187)
0 Favorites   0 Comments

Color spaces of #542cbb

RGB 8444187
HSL0.710.620.45
HSV257°76°73°
CMYK 0.550.760.00   0.27
XYZ13.52657.274047.7048
Yxy7.27400.19750.1062
Hunter Lab26.970442.3254-85.9921
CIE-Lab32.422752.3286-68.4147

#542cbb color RGB value is (84,44,187).

#542cbb hex color red value is 84, green value is 44 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #542cbb hue: 0.71 , saturation: 0.62 and the lightness value of 542cbb is 0.45.

The process color (four color CMYK) of #542cbb color hex is 0.55, 0.76, 0.00, 0.27. Web safe color of #542cbb is #6633cc. Color #542cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101100 10111011
Octal 124 54 273
Decimal 84 44 187
Hex 54 2C BB

RGB Percentages of Color #542cbb

%26.67
%13.97
%59.37

CMYK Percentages of Color #542cbb

%55
%76
%0
%27

Triadic Colors of #542cbb

#542cbb #bb542c #2cbb54

Analogous Colors of #542cbb

#542cbb #9c2cbb #2c4cbb

Monochromatic Colors of #542cbb

#542cbb

Complementary Color

#542cbb #93bb2c

#542cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#542cbb Color CSS Codes

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

#542cbb Text Font Color

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

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


#542cbb Background Color

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

This div background color is #542cbb


#542cbb Border Color

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

This div border color is #542cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542cbb


Comments

No comments written yet.

Please login to write comment.