Color Hex Logo

#b189ff Color Hex

#B189FF
(177,137,255)
0 Favorites   0 Comments

Color spaces of #b189ff

RGB 177137255
HSL0.721.000.77
HSV260°46°100°
CMYK 0.310.460.00   0.00
XYZ45.127134.458498.8804
Yxy34.45840.25290.1931
Hunter Lab58.701334.4961-58.7812
CIE-Lab65.324839.5265-53.4627

#b189ff color RGB value is (177,137,255).

#b189ff hex color red value is 177, green value is 137 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b189ff hue: 0.72 , saturation: 1.00 and the lightness value of b189ff is 0.77.

The process color (four color CMYK) of #b189ff color hex is 0.31, 0.46, 0.00, 0.00. Web safe color of #b189ff is #9999ff. Color #b189ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001001 11111111
Octal 261 211 377
Decimal 177 137 255
Hex B1 89 FF

RGB Percentages of Color #b189ff

%31.11
%24.08
%44.82

CMYK Percentages of Color #b189ff

%31
%46
%0
%0

Triadic Colors of #b189ff

#b189ff #ffb189 #89ffb1

Analogous Colors of #b189ff

#b189ff #ec89ff #899cff

Monochromatic Colors of #b189ff

#b189ff

Complementary Color

#b189ff #d7ff89

#b189ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b189ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b189ff Color CSS Codes

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

#b189ff Text Font Color

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

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


#b189ff Background Color

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

This div background color is #b189ff


#b189ff Border Color

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

This div border color is #b189ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b189ff


Comments

No comments written yet.

Please login to write comment.