Color Hex Logo

#541cbe Color Hex

#541CBE
(84,28,190)
0 Favorites   0 Comments

Color spaces of #541cbe

RGB 8428190
HSL0.720.740.43
HSV261°85°75°
CMYK 0.560.850.00   0.25
XYZ13.36576.433049.2524
Yxy6.43300.19360.0932
Hunter Lab25.363449.6781-97.3792
CIE-Lab30.479659.6655-73.3901

#541cbe color RGB value is (84,28,190).

#541cbe hex color red value is 84, green value is 28 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #541cbe hue: 0.72 , saturation: 0.74 and the lightness value of 541cbe is 0.43.

The process color (four color CMYK) of #541cbe color hex is 0.56, 0.85, 0.00, 0.25. Web safe color of #541cbe is #6633cc. Color #541cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00011100 10111110
Octal 124 34 276
Decimal 84 28 190
Hex 54 1C BE

RGB Percentages of Color #541cbe

%27.81
%9.27
%62.91

CMYK Percentages of Color #541cbe

%56
%85
%0
%25

Triadic Colors of #541cbe

#541cbe #be541c #1cbe54

Analogous Colors of #541cbe

#541cbe #a51cbe #1c35be

Monochromatic Colors of #541cbe

#541cbe

Complementary Color

#541cbe #86be1c

#541cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#541cbe Color CSS Codes

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

#541cbe Text Font Color

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

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


#541cbe Background Color

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

This div background color is #541cbe


#541cbe Border Color

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

This div border color is #541cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541cbe


Comments

No comments written yet.

Please login to write comment.