Color Hex Logo

#b331fd Color Hex

#B331FD
(179,49,253)
0 Favorites   0 Comments

Color spaces of #b331fd

RGB 17949253
HSL0.770.980.59
HSV278°81°99°
CMYK 0.290.810.00   0.01
XYZ37.418318.872294.5990
Yxy18.87220.24800.1251
Hunter Lab43.442177.7248-98.6996
CIE-Lab50.537379.6543-76.1216

#b331fd color RGB value is (179,49,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110001 11111101
Octal 263 61 375
Decimal 179 49 253
Hex B3 31 FD

RGB Percentages of Color #b331fd

%37.21
%10.19
%52.60

CMYK Percentages of Color #b331fd

%29
%81
%0
%1

Triadic Colors of #b331fd

#b331fd #fdb331 #31fdb3

Analogous Colors of #b331fd

#b331fd #fd31e1 #4d31fd

Monochromatic Colors of #b331fd

#b331fd

Complementary Color

#b331fd #7bfd31

#b331fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b331fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b331fd Color CSS Codes

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

#b331fd Text Font Color

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

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


#b331fd Background Color

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

This div background color is #b331fd


#b331fd Border Color

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

This div border color is #b331fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b331fd


Comments

No comments written yet.

Please login to write comment.