Color Hex Logo

#542ace Color Hex

#542ACE
(84,42,206)
0 Favorites   0 Comments

Color spaces of #542ace

RGB 8442206
HSL0.710.660.49
HSV255°80°81°
CMYK 0.590.800.00   0.19
XYZ15.62477.997059.1126
Yxy7.99700.18890.0967
Hunter Lab28.279049.1367-104.1409
CIE-Lab33.976658.4850-76.9895

#542ace color RGB value is (84,42,206).

#542ace hex color red value is 84, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #542ace hue: 0.71 , saturation: 0.66 and the lightness value of 542ace is 0.49.

The process color (four color CMYK) of #542ace color hex is 0.59, 0.80, 0.00, 0.19. Web safe color of #542ace is #6633cc. Color #542ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101010 11001110
Octal 124 52 316
Decimal 84 42 206
Hex 54 2A CE

RGB Percentages of Color #542ace

%25.30
%12.65
%62.05

CMYK Percentages of Color #542ace

%59
%80
%0
%19

Triadic Colors of #542ace

#542ace #ce542a #2ace54

Analogous Colors of #542ace

#542ace #a62ace #2a52ce

Monochromatic Colors of #542ace

#542ace

Complementary Color

#542ace #a4ce2a

#542ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#542ace Color CSS Codes

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

#542ace Text Font Color

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

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


#542ace Background Color

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

This div background color is #542ace


#542ace Border Color

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

This div border color is #542ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542ace


Comments

No comments written yet.

Please login to write comment.