Color Hex Logo

#b54cfa Color Hex

#B54CFA
(181,76,250)
0 Favorites   0 Comments

Color spaces of #b54cfa

RGB 18176250
HSL0.770.950.64
HSV276°70°98°
CMYK 0.280.700.00   0.02
XYZ38.895821.894892.6186
Yxy21.89480.25350.1427
Hunter Lab46.791966.4925-84.6027
CIE-Lab53.915269.8557-68.9566

#b54cfa color RGB value is (181,76,250).

#b54cfa hex color red value is 181, green value is 76 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #b54cfa hue: 0.77 , saturation: 0.95 and the lightness value of b54cfa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001100 11111010
Octal 265 114 372
Decimal 181 76 250
Hex B5 4C FA

RGB Percentages of Color #b54cfa

%35.70
%14.99
%49.31

CMYK Percentages of Color #b54cfa

%28
%70
%0
%2

Triadic Colors of #b54cfa

#b54cfa #fab54c #4cfab5

Analogous Colors of #b54cfa

#b54cfa #fa4ce8 #5e4cfa

Monochromatic Colors of #b54cfa

#b54cfa

Complementary Color

#b54cfa #91fa4c

#b54cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54cfa Color CSS Codes

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

#b54cfa Text Font Color

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

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


#b54cfa Background Color

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

This div background color is #b54cfa


#b54cfa Border Color

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

This div border color is #b54cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54cfa


Comments

No comments written yet.

Please login to write comment.