Color Hex Logo

#541ecb Color Hex

#541ECB
(84,30,203)
0 Favorites   0 Comments

Color spaces of #541ecb

RGB 8430203
HSL0.720.740.46
HSV259°85°80°
CMYK 0.590.850.00   0.20
XYZ14.89997.125257.0899
Yxy7.12520.18830.0901
Hunter Lab26.693152.9247-108.1216
CIE-Lab32.090262.3135-78.3593

#541ecb color RGB value is (84,30,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 00011110 11001011
Octal 124 36 313
Decimal 84 30 203
Hex 54 1E CB

RGB Percentages of Color #541ecb

%26.50
%9.46
%64.04

CMYK Percentages of Color #541ecb

%59
%85
%0
%20

Triadic Colors of #541ecb

#541ecb #cb541e #1ecb54

Analogous Colors of #541ecb

#541ecb #ab1ecb #1e3fcb

Monochromatic Colors of #541ecb

#541ecb

Complementary Color

#541ecb #95cb1e

#541ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#541ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#541ecb Color CSS Codes

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

#541ecb Text Font Color

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

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


#541ecb Background Color

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

This div background color is #541ecb


#541ecb Border Color

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

This div border color is #541ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #541ecb


Comments

No comments written yet.

Please login to write comment.