Color Hex Logo

#542390 Color Hex

#542390
(84,35,144)
0 Favorites   0 Comments

Color spaces of #542390

RGB 8435144
HSL0.740.610.35
HSV267°76°56°
CMYK 0.420.760.00   0.44
XYZ9.29125.100526.8803
Yxy5.10050.22510.1236
Hunter Lab22.584333.9126-54.7592
CIE-Lab27.019244.9010-51.2936

#542390 color RGB value is (84,35,144).

#542390 hex color red value is 84, green value is 35 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #542390 hue: 0.74 , saturation: 0.61 and the lightness value of 542390 is 0.35.

The process color (four color CMYK) of #542390 color hex is 0.42, 0.76, 0.00, 0.44. Web safe color of #542390 is #663399. Color #542390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100011 10010000
Octal 124 43 220
Decimal 84 35 144
Hex 54 23 90

RGB Percentages of Color #542390

%31.94
%13.31
%54.75

CMYK Percentages of Color #542390

%42
%76
%0
%44

Triadic Colors of #542390

#542390 #905423 #239054

Analogous Colors of #542390

#542390 #8b2390 #232990

Monochromatic Colors of #542390

#542390

Complementary Color

#542390 #5f9023

#542390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542390 Color CSS Codes

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

#542390 Text Font Color

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

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


#542390 Background Color

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

This div background color is #542390


#542390 Border Color

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

This div border color is #542390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542390


Comments

No comments written yet.

Please login to write comment.