Color Hex Logo

#b189fb Color Hex

#B189FB
(177,137,251)
0 Favorites   0 Comments

Color spaces of #b189fb

RGB 177137251
HSL0.730.930.76
HSV261°45°98°
CMYK 0.290.450.00   0.02
XYZ44.489734.203595.5239
Yxy34.20350.25540.1963
Hunter Lab58.483833.4417-55.9021
CIE-Lab65.123838.5478-51.5926

#b189fb color RGB value is (177,137,251).

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

The process color (four color CMYK) of #b189fb color hex is 0.29, 0.45, 0.00, 0.02. Web safe color of #b189fb is #9999ff. Color #b189fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001001 11111011
Octal 261 211 373
Decimal 177 137 251
Hex B1 89 FB

RGB Percentages of Color #b189fb

%31.33
%24.25
%44.42

CMYK Percentages of Color #b189fb

%29
%45
%0
%2

Triadic Colors of #b189fb

#b189fb #fbb189 #89fbb1

Analogous Colors of #b189fb

#b189fb #ea89fb #899afb

Monochromatic Colors of #b189fb

#b189fb

Complementary Color

#b189fb #d3fb89

#b189fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b189fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b189fb Color CSS Codes

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

#b189fb Text Font Color

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

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


#b189fb Background Color

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

This div background color is #b189fb


#b189fb Border Color

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

This div border color is #b189fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b189fb

#b189fb Color Palettes


Comments

No comments written yet.

Please login to write comment.