Color Hex Logo

#b54cec Color Hex

#B54CEC
(181,76,236)
0 Favorites   0 Comments

Color spaces of #b54cec

RGB 18176236
HSL0.780.810.61
HSV279°68°93°
CMYK 0.230.680.00   0.07
XYZ36.780821.048881.4811
Yxy21.04880.26400.1511
Hunter Lab45.879062.8138-73.1838
CIE-Lab53.002966.9341-62.6071

#b54cec color RGB value is (181,76,236).

#b54cec hex color red value is 181, green value is 76 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b54cec hue: 0.78 , saturation: 0.81 and the lightness value of b54cec is 0.61.

The process color (four color CMYK) of #b54cec color hex is 0.23, 0.68, 0.00, 0.07. Web safe color of #b54cec is #cc33ff. Color #b54cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001100 11101100
Octal 265 114 354
Decimal 181 76 236
Hex B5 4C EC

RGB Percentages of Color #b54cec

%36.71
%15.42
%47.87

CMYK Percentages of Color #b54cec

%23
%68
%0
%7

Triadic Colors of #b54cec

#b54cec #ecb54c #4cecb5

Analogous Colors of #b54cec

#b54cec #ec4cd3 #654cec

Monochromatic Colors of #b54cec

#b54cec

Complementary Color

#b54cec #83ec4c

#b54cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54cec Color CSS Codes

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

#b54cec Text Font Color

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

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


#b54cec Background Color

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

This div background color is #b54cec


#b54cec Border Color

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

This div border color is #b54cec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,76,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b54cec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b54cec;
  -webkit-box-shadow: 1px 1px 3px 2px #b54cec;
  box-shadow:         1px 1px 3px 2px #b54cec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,76,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54cec


Comments

No comments written yet.

Please login to write comment.