Color Hex Logo

#b189fd Color Hex

#B189FD
(177,137,253)
0 Favorites   0 Comments

Color spaces of #b189fd

RGB 177137253
HSL0.720.970.76
HSV261°46°99°
CMYK 0.300.460.00   0.01
XYZ44.806734.330397.1933
Yxy34.33030.25410.1947
Hunter Lab58.592133.9669-57.3366
CIE-Lab65.223939.0361-52.5288

#b189fd color RGB value is (177,137,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001001 11111101
Octal 261 211 375
Decimal 177 137 253
Hex B1 89 FD

RGB Percentages of Color #b189fd

%31.22
%24.16
%44.62

CMYK Percentages of Color #b189fd

%30
%46
%0
%1

Triadic Colors of #b189fd

#b189fd #fdb189 #89fdb1

Analogous Colors of #b189fd

#b189fd #eb89fd #899bfd

Monochromatic Colors of #b189fd

#b189fd

Complementary Color

#b189fd #d5fd89

#b189fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b189fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b189fd Color CSS Codes

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

#b189fd Text Font Color

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

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


#b189fd Background Color

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

This div background color is #b189fd


#b189fd Border Color

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

This div border color is #b189fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b189fd


Comments

No comments written yet.

Please login to write comment.