Color Hex Logo

#541fad Color Hex

#541FAD
(84,31,173)
0 Favorites   0 Comments

Color spaces of #541fad

RGB 8431173
HSL0.730.700.40
HSV262°82°68°
CMYK 0.510.820.00   0.32
XYZ11.68905.881940.0544
Yxy5.88190.20280.1021
Hunter Lab24.252643.5893-80.9435
CIE-Lab29.112554.1963-65.5243

#541fad color RGB value is (84,31,173).

#541fad hex color red value is 84, green value is 31 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #541fad hue: 0.73 , saturation: 0.70 and the lightness value of 541fad is 0.40.

The process color (four color CMYK) of #541fad color hex is 0.51, 0.82, 0.00, 0.32. Web safe color of #541fad is #663399. Color #541fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00011111 10101101
Octal 124 37 255
Decimal 84 31 173
Hex 54 1F AD

RGB Percentages of Color #541fad

%29.17
%10.76
%60.07

CMYK Percentages of Color #541fad

%51
%82
%0
%32

Triadic Colors of #541fad

#541fad #ad541f #1fad54

Analogous Colors of #541fad

#541fad #9b1fad #1f31ad

Monochromatic Colors of #541fad

#541fad

Complementary Color

#541fad #78ad1f

#541fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#541fad Color CSS Codes

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

#541fad Text Font Color

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

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


#541fad Background Color

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

This div background color is #541fad


#541fad Border Color

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

This div border color is #541fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,31,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #541fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #541fad;
  -webkit-box-shadow: 1px 1px 3px 2px #541fad;
  box-shadow:         1px 1px 3px 2px #541fad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541fad


Comments

No comments written yet.

Please login to write comment.