Color Hex Logo

#b52bfb Color Hex

#B52BFB
(181,43,251)
0 Favorites   0 Comments

Color spaces of #b52bfb

RGB 18143251
HSL0.780.960.58
HSV280°83°98°
CMYK 0.280.830.00   0.02
XYZ37.332518.516592.8732
Yxy18.51650.25100.1245
Hunter Lab43.030879.5584-97.8438
CIE-Lab50.116781.1873-75.6793

#b52bfb color RGB value is (181,43,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101011 11111011
Octal 265 53 373
Decimal 181 43 251
Hex B5 2B FB

RGB Percentages of Color #b52bfb

%38.11
%9.05
%52.84

CMYK Percentages of Color #b52bfb

%28
%83
%0
%2

Triadic Colors of #b52bfb

#b52bfb #fbb52b #2bfbb5

Analogous Colors of #b52bfb

#b52bfb #fb2bd9 #4d2bfb

Monochromatic Colors of #b52bfb

#b52bfb

Complementary Color

#b52bfb #71fb2b

#b52bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52bfb Color CSS Codes

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

#b52bfb Text Font Color

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

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


#b52bfb Background Color

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

This div background color is #b52bfb


#b52bfb Border Color

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

This div border color is #b52bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52bfb


Comments

No comments written yet.

Please login to write comment.