Color Hex Logo

#b887be Color Hex

#B887BE
(184,135,190)
0 Favorites   0 Comments

Color spaces of #b887be

RGB 184135190
HSL0.820.300.64
HSV293°29°75°
CMYK 0.030.290.00   0.25
XYZ37.725431.236052.7560
Yxy31.23600.30990.2566
Hunter Lab55.889222.6821-16.8437
CIE-Lab62.706428.2015-21.3841

#b887be color RGB value is (184,135,190).

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

The process color (four color CMYK) of #b887be color hex is 0.03, 0.29, 0.00, 0.25. Web safe color of #b887be is #cc99cc. Color #b887be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000111 10111110
Octal 270 207 276
Decimal 184 135 190
Hex B8 87 BE

RGB Percentages of Color #b887be

%36.15
%26.52
%37.33

CMYK Percentages of Color #b887be

%3
%29
%0
%25

Triadic Colors of #b887be

#b887be #beb887 #87beb8

Analogous Colors of #b887be

#b887be #be87a9 #9d87be

Monochromatic Colors of #b887be

#b887be

Complementary Color

#b887be #8dbe87

#b887be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b887be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b887be Color CSS Codes

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

#b887be Text Font Color

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

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


#b887be Background Color

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

This div background color is #b887be


#b887be Border Color

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

This div border color is #b887be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b887be


Comments

No comments written yet.

Please login to write comment.