Color Hex Logo

#542dca Color Hex

#542DCA
(84,45,202)
0 Favorites   0 Comments

Color spaces of #542dca

RGB 8445202
HSL0.710.640.48
HSV255°78°79°
CMYK 0.580.780.00   0.21
XYZ15.25528.025956.6222
Yxy8.02590.19090.1004
Hunter Lab28.330046.5415-98.6698
CIE-Lab34.036856.0494-74.5616

#542dca color RGB value is (84,45,202).

#542dca hex color red value is 84, green value is 45 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #542dca hue: 0.71 , saturation: 0.64 and the lightness value of 542dca is 0.48.

The process color (four color CMYK) of #542dca color hex is 0.58, 0.78, 0.00, 0.21. Web safe color of #542dca is #6633cc. Color #542dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101101 11001010
Octal 124 55 312
Decimal 84 45 202
Hex 54 2D CA

RGB Percentages of Color #542dca

%25.38
%13.60
%61.03

CMYK Percentages of Color #542dca

%58
%78
%0
%21

Triadic Colors of #542dca

#542dca #ca542d #2dca54

Analogous Colors of #542dca

#542dca #a32dca #2d54ca

Monochromatic Colors of #542dca

#542dca

Complementary Color

#542dca #a3ca2d

#542dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#542dca Color CSS Codes

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

#542dca Text Font Color

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

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


#542dca Background Color

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

This div background color is #542dca


#542dca Border Color

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

This div border color is #542dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542dca


Comments

No comments written yet.

Please login to write comment.