Color Hex Logo

#b332fd Color Hex

#B332FD
(179,50,253)
0 Favorites   0 Comments

Color spaces of #b332fd

RGB 17950253
HSL0.770.980.59
HSV278°80°99°
CMYK 0.290.800.00   0.01
XYZ37.460618.956894.6131
Yxy18.95680.24800.1255
Hunter Lab43.539477.3845-98.3623
CIE-Lab50.636679.3644-75.9600

#b332fd color RGB value is (179,50,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110010 11111101
Octal 263 62 375
Decimal 179 50 253
Hex B3 32 FD

RGB Percentages of Color #b332fd

%37.14
%10.37
%52.49

CMYK Percentages of Color #b332fd

%29
%80
%0
%1

Triadic Colors of #b332fd

#b332fd #fdb332 #32fdb3

Analogous Colors of #b332fd

#b332fd #fd32e2 #4d32fd

Monochromatic Colors of #b332fd

#b332fd

Complementary Color

#b332fd #7cfd32

#b332fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b332fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b332fd Color CSS Codes

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

#b332fd Text Font Color

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

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


#b332fd Background Color

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

This div background color is #b332fd


#b332fd Border Color

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

This div border color is #b332fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b332fd

#b332fd Color Palettes


Comments

No comments written yet.

Please login to write comment.