Color Hex Logo

#541368 Color Hex

#541368
(84,19,104)
0 Favorites   0 Comments

Color spaces of #541368

RGB 8419104
HSL0.790.690.24
HSV286°82°41°
CMYK 0.190.820.00   0.59
XYZ6.38773.350013.4067
Yxy3.35000.27600.1447
Hunter Lab18.303030.2658-30.6170
CIE-Lab21.394442.1024-35.0256

#541368 color RGB value is (84,19,104).

#541368 hex color red value is 84, green value is 19 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #541368 hue: 0.79 , saturation: 0.69 and the lightness value of 541368 is 0.24.

The process color (four color CMYK) of #541368 color hex is 0.19, 0.82, 0.00, 0.59. Web safe color of #541368 is #660066. Color #541368 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00010011 01101000
Octal 124 23 150
Decimal 84 19 104
Hex 54 13 68

RGB Percentages of Color #541368

%40.58
%9.18
%50.24

CMYK Percentages of Color #541368

%19
%82
%0
%59

Triadic Colors of #541368

#541368 #685413 #136854

Analogous Colors of #541368

#541368 #681352 #291368

Monochromatic Colors of #541368

#541368

Complementary Color

#541368 #276813

#541368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#541368 Color CSS Codes

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

#541368 Text Font Color

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

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


#541368 Background Color

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

This div background color is #541368


#541368 Border Color

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

This div border color is #541368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541368


Comments

No comments written yet.

Please login to write comment.