Color Hex Logo

#542387 Color Hex

#542387
(84,35,135)
0 Favorites   0 Comments

Color spaces of #542387

RGB 8435135
HSL0.750.590.33
HSV269°74°53°
CMYK 0.380.740.00   0.47
XYZ8.63044.836223.4003
Yxy4.83620.23410.1312
Hunter Lab21.991431.5665-47.6946
CIE-Lab26.262942.5656-46.9312

#542387 color RGB value is (84,35,135).

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

The process color (four color CMYK) of #542387 color hex is 0.38, 0.74, 0.00, 0.47. Web safe color of #542387 is #663399. Color #542387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00100011 10000111
Octal 124 43 207
Decimal 84 35 135
Hex 54 23 87

RGB Percentages of Color #542387

%33.07
%13.78
%53.15

CMYK Percentages of Color #542387

%38
%74
%0
%47

Triadic Colors of #542387

#542387 #875423 #238754

Analogous Colors of #542387

#542387 #862387 #232487

Monochromatic Colors of #542387

#542387

Complementary Color

#542387 #568723

#542387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#542387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#542387 Color CSS Codes

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

#542387 Text Font Color

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

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


#542387 Background Color

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

This div background color is #542387


#542387 Border Color

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

This div border color is #542387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #542387


Comments

No comments written yet.

Please login to write comment.