Color Hex Logo

#bf87bb Color Hex

#BF87BB
(191,135,187)
0 Favorites   0 Comments

Color spaces of #bf87bb

RGB 191135187
HSL0.850.300.64
HSV304°29°75°
CMYK 0.000.290.02   0.25
XYZ39.119531.992251.1270
Yxy31.99220.32000.2617
Hunter Lab56.561624.4723-14.0000
CIE-Lab63.336429.9573-18.6640

#bf87bb color RGB value is (191,135,187).

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

The process color (four color CMYK) of #bf87bb color hex is 0.00, 0.29, 0.02, 0.25. Web safe color of #bf87bb is #cc99cc. Color #bf87bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000111 10111011
Octal 277 207 273
Decimal 191 135 187
Hex BF 87 BB

RGB Percentages of Color #bf87bb

%37.23
%26.32
%36.45

CMYK Percentages of Color #bf87bb

%0
%29
%2
%25

Triadic Colors of #bf87bb

#bf87bb #bbbf87 #87bbbf

Analogous Colors of #bf87bb

#bf87bb #bf879f #a787bf

Monochromatic Colors of #bf87bb

#bf87bb

Complementary Color

#bf87bb #87bf8b

#bf87bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf87bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf87bb Color CSS Codes

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

#bf87bb Text Font Color

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

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


#bf87bb Background Color

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

This div background color is #bf87bb


#bf87bb Border Color

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

This div border color is #bf87bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf87bb


Comments

No comments written yet.

Please login to write comment.