Color Hex Logo

#541acd Color Hex

#541ACD
(84,26,205)
0 Favorites   0 Comments

Color spaces of #541acd

RGB 8426205
HSL0.720.770.45
HSV259°87°80°
CMYK 0.590.870.00   0.20
XYZ15.04507.031458.3218
Yxy7.03140.18710.0875
Hunter Lab26.516854.8723-111.8424
CIE-Lab31.878364.0994-79.8765

#541acd color RGB value is (84,26,205).

#541acd hex color red value is 84, green value is 26 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #541acd hue: 0.72 , saturation: 0.77 and the lightness value of 541acd is 0.45.

The process color (four color CMYK) of #541acd color hex is 0.59, 0.87, 0.00, 0.20. Web safe color of #541acd is #6633cc. Color #541acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00011010 11001101
Octal 124 32 315
Decimal 84 26 205
Hex 54 1A CD

RGB Percentages of Color #541acd

%26.67
%8.25
%65.08

CMYK Percentages of Color #541acd

%59
%87
%0
%20

Triadic Colors of #541acd

#541acd #cd541a #1acd54

Analogous Colors of #541acd

#541acd #ae1acd #1a39cd

Monochromatic Colors of #541acd

#541acd

Complementary Color

#541acd #93cd1a

#541acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#541acd Color CSS Codes

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

#541acd Text Font Color

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

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


#541acd Background Color

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

This div background color is #541acd


#541acd Border Color

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

This div border color is #541acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541acd


Comments

No comments written yet.

Please login to write comment.