Color Hex Logo

#b54aef Color Hex

#B54AEF
(181,74,239)
0 Favorites   0 Comments

Color spaces of #b54aef

RGB 18174239
HSL0.770.840.61
HSV279°69°94°
CMYK 0.240.690.00   0.06
XYZ37.084820.953383.7512
Yxy20.95330.26150.1478
Hunter Lab45.774864.5073-76.4368
CIE-Lab52.898368.3856-64.4582

#b54aef color RGB value is (181,74,239).

#b54aef hex color red value is 181, green value is 74 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #b54aef hue: 0.77 , saturation: 0.84 and the lightness value of b54aef is 0.61.

The process color (four color CMYK) of #b54aef color hex is 0.24, 0.69, 0.00, 0.06. Web safe color of #b54aef is #cc33ff. Color #b54aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01001010 11101111
Octal 265 112 357
Decimal 181 74 239
Hex B5 4A EF

RGB Percentages of Color #b54aef

%36.64
%14.98
%48.38

CMYK Percentages of Color #b54aef

%24
%69
%0
%6

Triadic Colors of #b54aef

#b54aef #efb54a #4aefb5

Analogous Colors of #b54aef

#b54aef #ef4ad7 #634aef

Monochromatic Colors of #b54aef

#b54aef

Complementary Color

#b54aef #84ef4a

#b54aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b54aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#b54aef Color CSS Codes

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

#b54aef Text Font Color

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

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


#b54aef Background Color

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

This div background color is #b54aef


#b54aef Border Color

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

This div border color is #b54aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b54aef

#b54aef Color Palettes


Comments

No comments written yet.

Please login to write comment.