Color Hex Logo

#b14bfb Color Hex

#B14BFB
(177,75,251)
0 Favorites   0 Comments

Color spaces of #b14bfb

RGB 17775251
HSL0.760.960.64
HSV275°70°98°
CMYK 0.290.700.00   0.02
XYZ38.060121.344393.3807
Yxy21.34430.24910.1397
Hunter Lab46.199966.2009-87.4989
CIE-Lab53.324369.7250-70.4938

#b14bfb color RGB value is (177,75,251).

#b14bfb hex color red value is 177, green value is 75 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b14bfb hue: 0.76 , saturation: 0.96 and the lightness value of b14bfb is 0.64.

The process color (four color CMYK) of #b14bfb color hex is 0.29, 0.70, 0.00, 0.02. Web safe color of #b14bfb is #9933ff. Color #b14bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01001011 11111011
Octal 261 113 373
Decimal 177 75 251
Hex B1 4B FB

RGB Percentages of Color #b14bfb

%35.19
%14.91
%49.90

CMYK Percentages of Color #b14bfb

%29
%70
%0
%2

Triadic Colors of #b14bfb

#b14bfb #fbb14b #4bfbb1

Analogous Colors of #b14bfb

#b14bfb #fb4bed #594bfb

Monochromatic Colors of #b14bfb

#b14bfb

Complementary Color

#b14bfb #95fb4b

#b14bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b14bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b14bfb Color CSS Codes

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

#b14bfb Text Font Color

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

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


#b14bfb Background Color

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

This div background color is #b14bfb


#b14bfb Border Color

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

This div border color is #b14bfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,75,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b14bfb


Comments

No comments written yet.

Please login to write comment.