Color Hex Logo

#b184bf Color Hex

#B184BF
(177,132,191)
0 Favorites   0 Comments

Color spaces of #b184bf

RGB 177132191
HSL0.790.320.63
HSV286°31°75°
CMYK 0.070.310.00   0.25
XYZ35.786729.611253.1196
Yxy29.61120.30200.2498
Hunter Lab54.416222.1619-19.7860
CIE-Lab61.317327.7834-24.1391

#b184bf color RGB value is (177,132,191).

#b184bf hex color red value is 177, green value is 132 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b184bf hue: 0.79 , saturation: 0.32 and the lightness value of b184bf is 0.63.

The process color (four color CMYK) of #b184bf color hex is 0.07, 0.31, 0.00, 0.25. Web safe color of #b184bf is #9999cc. Color #b184bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000100 10111111
Octal 261 204 277
Decimal 177 132 191
Hex B1 84 BF

RGB Percentages of Color #b184bf

%35.40
%26.40
%38.20

CMYK Percentages of Color #b184bf

%7
%31
%0
%25

Triadic Colors of #b184bf

#b184bf #bfb184 #84bfb1

Analogous Colors of #b184bf

#b184bf #bf84b0 #9484bf

Monochromatic Colors of #b184bf

#b184bf

Complementary Color

#b184bf #92bf84

#b184bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b184bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b184bf Color CSS Codes

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

#b184bf Text Font Color

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

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


#b184bf Background Color

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

This div background color is #b184bf


#b184bf Border Color

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

This div border color is #b184bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b184bf


Comments

No comments written yet.

Please login to write comment.