Color Hex Logo

#542fdd Color Hex

#542FDD
(84,47,221)
0 Favorites   0 Comments

Color spaces of #542fdd

RGB 8447221
HSL0.700.720.53
HSV253°79°87°
CMYK 0.620.790.00   0.13
XYZ17.72389.138369.2363
Yxy9.13830.18440.0951
Hunter Lab30.229651.7537-114.6339
CIE-Lab36.249260.4435-81.8991

#542fdd color RGB value is (84,47,221).

#542fdd hex color red value is 84, green value is 47 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #542fdd hue: 0.70 , saturation: 0.72 and the lightness value of 542fdd is 0.53.

The process color (four color CMYK) of #542fdd color hex is 0.62, 0.79, 0.00, 0.13. Web safe color of #542fdd is #6633cc. Color #542fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00101111 11011101
Octal 124 57 335
Decimal 84 47 221
Hex 54 2F DD

RGB Percentages of Color #542fdd

%23.86
%13.35
%62.78

CMYK Percentages of Color #542fdd

%62
%79
%0
%13

Triadic Colors of #542fdd

#542fdd #dd542f #2fdd54

Analogous Colors of #542fdd

#542fdd #ab2fdd #2f61dd

Monochromatic Colors of #542fdd

#542fdd

Complementary Color

#542fdd #b8dd2f

#542fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#542fdd Color CSS Codes

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

#542fdd Text Font Color

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

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


#542fdd Background Color

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

This div background color is #542fdd


#542fdd Border Color

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

This div border color is #542fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542fdd


Comments

No comments written yet.

Please login to write comment.