Color Hex Logo

#b191fd Color Hex

#B191FD
(177,145,253)
0 Favorites   0 Comments

Color spaces of #b191fd

RGB 177145253
HSL0.720.960.78
HSV258°43°99°
CMYK 0.300.430.00   0.01
XYZ45.986536.689897.5866
Yxy36.68980.25510.2035
Hunter Lab60.572129.5165-53.1205
CIE-Lab67.043734.5782-49.6507

#b191fd color RGB value is (177,145,253).

#b191fd hex color red value is 177, green value is 145 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b191fd hue: 0.72 , saturation: 0.96 and the lightness value of b191fd is 0.78.

The process color (four color CMYK) of #b191fd color hex is 0.30, 0.43, 0.00, 0.01. Web safe color of #b191fd is #9999ff. Color #b191fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010001 11111101
Octal 261 221 375
Decimal 177 145 253
Hex B1 91 FD

RGB Percentages of Color #b191fd

%30.78
%25.22
%44.00

CMYK Percentages of Color #b191fd

%30
%43
%0
%1

Triadic Colors of #b191fd

#b191fd #fdb191 #91fdb1

Analogous Colors of #b191fd

#b191fd #e791fd #91a7fd

Monochromatic Colors of #b191fd

#b191fd

Complementary Color

#b191fd #ddfd91

#b191fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b191fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b191fd Color CSS Codes

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

#b191fd Text Font Color

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

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


#b191fd Background Color

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

This div background color is #b191fd


#b191fd Border Color

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

This div border color is #b191fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b191fd


Comments

No comments written yet.

Please login to write comment.