Color Hex Logo

#b52efb Color Hex

#B52EFB
(181,46,251)
0 Favorites   0 Comments

Color spaces of #b52efb

RGB 18146251
HSL0.780.960.58
HSV280°82°98°
CMYK 0.280.820.00   0.02
XYZ37.445618.742892.9109
Yxy18.74280.25110.1257
Hunter Lab43.293078.6283-96.9370
CIE-Lab50.384980.4004-75.2424

#b52efb color RGB value is (181,46,251).

#b52efb hex color red value is 181, green value is 46 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b52efb hue: 0.78 , saturation: 0.96 and the lightness value of b52efb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101110 11111011
Octal 265 56 373
Decimal 181 46 251
Hex B5 2E FB

RGB Percentages of Color #b52efb

%37.87
%9.62
%52.51

CMYK Percentages of Color #b52efb

%28
%82
%0
%2

Triadic Colors of #b52efb

#b52efb #fbb52e #2efbb5

Analogous Colors of #b52efb

#b52efb #fb2edb #4f2efb

Monochromatic Colors of #b52efb

#b52efb

Complementary Color

#b52efb #74fb2e

#b52efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52efb Color CSS Codes

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

#b52efb Text Font Color

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

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


#b52efb Background Color

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

This div background color is #b52efb


#b52efb Border Color

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

This div border color is #b52efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52efb


Comments

No comments written yet.

Please login to write comment.