Color Hex Logo

#b54cfe Color Hex

#B54CFE
(181,76,254)
0 Favorites   0 Comments

Color spaces of #b54cfe

RGB 18176254
HSL0.760.990.65
HSV275°70°100°
CMYK 0.290.700.00   0.00
XYZ39.529922.148495.9575
Yxy22.14840.25080.1405
Hunter Lab47.062167.5728-87.9462
CIE-Lab54.184170.7030-70.7433

#b54cfe color RGB value is (181,76,254).

#b54cfe hex color red value is 181, green value is 76 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #b54cfe hue: 0.76 , saturation: 0.99 and the lightness value of b54cfe is 0.65.

The process color (four color CMYK) of #b54cfe color hex is 0.29, 0.70, 0.00, 0.00. Web safe color of #b54cfe is #cc33ff. Color #b54cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001100 11111110
Octal 265 114 376
Decimal 181 76 254
Hex B5 4C FE

RGB Percentages of Color #b54cfe

%35.42
%14.87
%49.71

CMYK Percentages of Color #b54cfe

%29
%70
%0
%0

Triadic Colors of #b54cfe

#b54cfe #feb54c #4cfeb5

Analogous Colors of #b54cfe

#b54cfe #fe4cee #5c4cfe

Monochromatic Colors of #b54cfe

#b54cfe

Complementary Color

#b54cfe #95fe4c

#b54cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54cfe Color CSS Codes

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

#b54cfe Text Font Color

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

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


#b54cfe Background Color

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

This div background color is #b54cfe


#b54cfe Border Color

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

This div border color is #b54cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54cfe


Comments

No comments written yet.

Please login to write comment.