Color Hex Logo

#542385 Color Hex

#542385
(84,35,133)
0 Favorites   0 Comments

Color spaces of #542385

RGB 8435133
HSL0.750.580.33
HSV270°74°52°
CMYK 0.370.740.00   0.48
XYZ8.49084.780322.6655
Yxy4.78030.23630.1330
Hunter Lab21.863931.0583-46.1590
CIE-Lab26.099442.0519-45.9457

#542385 color RGB value is (84,35,133).

#542385 hex color red value is 84, green value is 35 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #542385 hue: 0.75 , saturation: 0.58 and the lightness value of 542385 is 0.33.

The process color (four color CMYK) of #542385 color hex is 0.37, 0.74, 0.00, 0.48. Web safe color of #542385 is #663399. Color #542385 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100011 10000101
Octal 124 43 205
Decimal 84 35 133
Hex 54 23 85

RGB Percentages of Color #542385

%33.33
%13.89
%52.78

CMYK Percentages of Color #542385

%37
%74
%0
%48

Triadic Colors of #542385

#542385 #855423 #238554

Analogous Colors of #542385

#542385 #852385 #232385

Monochromatic Colors of #542385

#542385

Complementary Color

#542385 #548523

#542385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542385 Color CSS Codes

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

#542385 Text Font Color

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

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


#542385 Background Color

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

This div background color is #542385


#542385 Border Color

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

This div border color is #542385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542385


Comments

No comments written yet.

Please login to write comment.