Color Hex Logo

#b54dfa Color Hex

#B54DFA
(181,77,250)
0 Favorites   0 Comments

Color spaces of #b54dfa

RGB 18177250
HSL0.770.950.64
HSV276°69°98°
CMYK 0.280.690.00   0.02
XYZ38.965322.033692.6417
Yxy22.03360.25360.1434
Hunter Lab46.940066.0296-84.1580
CIE-Lab54.062669.4412-68.7182

#b54dfa color RGB value is (181,77,250).

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

The process color (four color CMYK) of #b54dfa color hex is 0.28, 0.69, 0.00, 0.02. Web safe color of #b54dfa is #cc66ff. Color #b54dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001101 11111010
Octal 265 115 372
Decimal 181 77 250
Hex B5 4D FA

RGB Percentages of Color #b54dfa

%35.63
%15.16
%49.21

CMYK Percentages of Color #b54dfa

%28
%69
%0
%2

Triadic Colors of #b54dfa

#b54dfa #fab54d #4dfab5

Analogous Colors of #b54dfa

#b54dfa #fa4de9 #5e4dfa

Monochromatic Colors of #b54dfa

#b54dfa

Complementary Color

#b54dfa #92fa4d

#b54dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54dfa Color CSS Codes

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

#b54dfa Text Font Color

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

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


#b54dfa Background Color

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

This div background color is #b54dfa


#b54dfa Border Color

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

This div border color is #b54dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,77,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 #b54dfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54dfa


Comments

No comments written yet.

Please login to write comment.