Color Hex Logo

#b52ffa Color Hex

#B52FFA
(181,47,250)
0 Favorites   0 Comments

Color spaces of #b52ffa

RGB 18147250
HSL0.780.950.58
HSV280°81°98°
CMYK 0.280.810.00   0.02
XYZ37.327918.758992.0959
Yxy18.75890.25190.1266
Hunter Lab43.311578.0444-95.7537
CIE-Lab50.403979.9340-74.6534

#b52ffa color RGB value is (181,47,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00101111 11111010
Octal 265 57 372
Decimal 181 47 250
Hex B5 2F FA

RGB Percentages of Color #b52ffa

%37.87
%9.83
%52.30

CMYK Percentages of Color #b52ffa

%28
%81
%0
%2

Triadic Colors of #b52ffa

#b52ffa #fab52f #2ffab5

Analogous Colors of #b52ffa

#b52ffa #fa2fda #502ffa

Monochromatic Colors of #b52ffa

#b52ffa

Complementary Color

#b52ffa #74fa2f

#b52ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52ffa Color CSS Codes

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

#b52ffa Text Font Color

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

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


#b52ffa Background Color

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

This div background color is #b52ffa


#b52ffa Border Color

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

This div border color is #b52ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52ffa


Comments

No comments written yet.

Please login to write comment.