Color Hex Logo

#b532fd Color Hex

#B532FD
(181,50,253)
0 Favorites   0 Comments

Color spaces of #b532fd

RGB 18150253
HSL0.770.980.59
HSV279°80°99°
CMYK 0.280.800.00   0.01
XYZ37.926319.196894.6349
Yxy19.19680.24990.1265
Hunter Lab43.814277.8380-97.3915
CIE-Lab50.916779.6702-75.4918

#b532fd color RGB value is (181,50,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110010 11111101
Octal 265 62 375
Decimal 181 50 253
Hex B5 32 FD

RGB Percentages of Color #b532fd

%37.40
%10.33
%52.27

CMYK Percentages of Color #b532fd

%28
%80
%0
%1

Triadic Colors of #b532fd

#b532fd #fdb532 #32fdb5

Analogous Colors of #b532fd

#b532fd #fd32e0 #4f32fd

Monochromatic Colors of #b532fd

#b532fd

Complementary Color

#b532fd #7afd32

#b532fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b532fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b532fd Color CSS Codes

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

#b532fd Text Font Color

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

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


#b532fd Background Color

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

This div background color is #b532fd


#b532fd Border Color

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

This div border color is #b532fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b532fd


Comments

No comments written yet.

Please login to write comment.