Color Hex Logo

#b187be Color Hex

#B187BE
(177,135,190)
0 Favorites   0 Comments

Color spaces of #b187be

RGB 177135190
HSL0.790.300.64
HSV286°29°75°
CMYK 0.070.290.00   0.25
XYZ36.089730.392852.6795
Yxy30.39280.30290.2551
Hunter Lab55.129720.3751-18.0642
CIE-Lab61.991725.8927-22.5403

#b187be color RGB value is (177,135,190).

#b187be hex color red value is 177, green value is 135 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b187be hue: 0.79 , saturation: 0.30 and the lightness value of b187be is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000111 10111110
Octal 261 207 276
Decimal 177 135 190
Hex B1 87 BE

RGB Percentages of Color #b187be

%35.26
%26.89
%37.85

CMYK Percentages of Color #b187be

%7
%29
%0
%25

Triadic Colors of #b187be

#b187be #beb187 #87beb1

Analogous Colors of #b187be

#b187be #be87b0 #9687be

Monochromatic Colors of #b187be

#b187be

Complementary Color

#b187be #94be87

#b187be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b187be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b187be Color CSS Codes

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

#b187be Text Font Color

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

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


#b187be Background Color

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

This div background color is #b187be


#b187be Border Color

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

This div border color is #b187be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b187be


Comments

No comments written yet.

Please login to write comment.