Color Hex Logo

#b52cfb Color Hex

#B52CFB
(181,44,251)
0 Favorites   0 Comments

Color spaces of #b52cfb

RGB 18144251
HSL0.780.960.58
HSV280°82°98°
CMYK 0.280.820.00   0.02
XYZ37.369318.590292.8855
Yxy18.59020.25110.1249
Hunter Lab43.116479.2538-97.5469
CIE-Lab50.204380.9300-75.5366

#b52cfb color RGB value is (181,44,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101100 11111011
Octal 265 54 373
Decimal 181 44 251
Hex B5 2C FB

RGB Percentages of Color #b52cfb

%38.03
%9.24
%52.73

CMYK Percentages of Color #b52cfb

%28
%82
%0
%2

Triadic Colors of #b52cfb

#b52cfb #fbb52c #2cfbb5

Analogous Colors of #b52cfb

#b52cfb #fb2cda #4d2cfb

Monochromatic Colors of #b52cfb

#b52cfb

Complementary Color

#b52cfb #72fb2c

#b52cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52cfb Color CSS Codes

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

#b52cfb Text Font Color

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

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


#b52cfb Background Color

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

This div background color is #b52cfb


#b52cfb Border Color

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

This div border color is #b52cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52cfb


Comments

No comments written yet.

Please login to write comment.