Color Hex Logo

#b532fc Color Hex

#B532FC
(181,50,252)
0 Favorites   0 Comments

Color spaces of #b532fc

RGB 18150252
HSL0.770.970.59
HSV279°80°99°
CMYK 0.280.800.00   0.01
XYZ37.767319.133293.7980
Yxy19.13320.25060.1270
Hunter Lab43.741577.5728-96.5207
CIE-Lab50.842779.4740-75.0550

#b532fc color RGB value is (181,50,252).

#b532fc hex color red value is 181, green value is 50 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b532fc hue: 0.77 , saturation: 0.97 and the lightness value of b532fc is 0.59.

The process color (four color CMYK) of #b532fc color hex is 0.28, 0.80, 0.00, 0.01. Web safe color of #b532fc is #cc33ff. Color #b532fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110010 11111100
Octal 265 62 374
Decimal 181 50 252
Hex B5 32 FC

RGB Percentages of Color #b532fc

%37.47
%10.35
%52.17

CMYK Percentages of Color #b532fc

%28
%80
%0
%1

Triadic Colors of #b532fc

#b532fc #fcb532 #32fcb5

Analogous Colors of #b532fc

#b532fc #fc32de #5032fc

Monochromatic Colors of #b532fc

#b532fc

Complementary Color

#b532fc #79fc32

#b532fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b532fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b532fc Color CSS Codes

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

#b532fc Text Font Color

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

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


#b532fc Background Color

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

This div background color is #b532fc


#b532fc Border Color

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

This div border color is #b532fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b532fc


Comments

No comments written yet.

Please login to write comment.