Color Hex Logo

#b187af Color Hex

#B187AF
(177,135,175)
0 Favorites   0 Comments

Color spaces of #b187af

RGB 177135175
HSL0.840.210.61
HSV303°24°69°
CMYK 0.000.240.01   0.31
XYZ34.533329.770244.4836
Yxy29.77020.31740.2737
Hunter Lab54.562117.4922-10.1448
CIE-Lab61.455422.9226-14.8593

#b187af color RGB value is (177,135,175).

#b187af hex color red value is 177, green value is 135 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b187af hue: 0.84 , saturation: 0.21 and the lightness value of b187af is 0.61.

The process color (four color CMYK) of #b187af color hex is 0.00, 0.24, 0.01, 0.31. Web safe color of #b187af is #999999. Color #b187af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000111 10101111
Octal 261 207 257
Decimal 177 135 175
Hex B1 87 AF

RGB Percentages of Color #b187af

%36.34
%27.72
%35.93

CMYK Percentages of Color #b187af

%0
%24
%1
%31

Triadic Colors of #b187af

#b187af #afb187 #87afb1

Analogous Colors of #b187af

#b187af #b1879a #9e87b1

Monochromatic Colors of #b187af

#b187af

Complementary Color

#b187af #87b189

#b187af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b187af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b187af Color CSS Codes

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

#b187af Text Font Color

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

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


#b187af Background Color

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

This div background color is #b187af


#b187af Border Color

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

This div border color is #b187af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b187af


Comments

No comments written yet.

Please login to write comment.