Color Hex Logo

#b17bfb Color Hex

#B17BFB
(177,123,251)
0 Favorites   0 Comments

Color spaces of #b17bfb

RGB 177123251
HSL0.740.940.73
HSV265°51°98°
CMYK 0.290.510.00   0.02
XYZ42.627030.478194.9030
Yxy30.47810.25370.1814
Hunter Lab55.207041.2131-63.2770
CIE-Lab62.064646.2386-56.4513

#b17bfb color RGB value is (177,123,251).

#b17bfb hex color red value is 177, green value is 123 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b17bfb hue: 0.74 , saturation: 0.94 and the lightness value of b17bfb is 0.73.

The process color (four color CMYK) of #b17bfb color hex is 0.29, 0.51, 0.00, 0.02. Web safe color of #b17bfb is #9966ff. Color #b17bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01111011 11111011
Octal 261 173 373
Decimal 177 123 251
Hex B1 7B FB

RGB Percentages of Color #b17bfb

%32.12
%22.32
%45.55

CMYK Percentages of Color #b17bfb

%29
%51
%0
%2

Triadic Colors of #b17bfb

#b17bfb #fbb17b #7bfbb1

Analogous Colors of #b17bfb

#b17bfb #f17bfb #7b85fb

Monochromatic Colors of #b17bfb

#b17bfb

Complementary Color

#b17bfb #c5fb7b

#b17bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b17bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b17bfb Color CSS Codes

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

#b17bfb Text Font Color

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

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


#b17bfb Background Color

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

This div background color is #b17bfb


#b17bfb Border Color

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

This div border color is #b17bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b17bfb


Comments

No comments written yet.

Please login to write comment.