Color Hex Logo

#bf8fbe Color Hex

#BF8FBE
(191,143,190)
0 Favorites   0 Comments

Color spaces of #bf8fbe

RGB 191143190
HSL0.840.270.65
HSV301°25°75°
CMYK 0.000.250.01   0.25
XYZ40.602634.439053.2226
Yxy34.43900.31660.2685
Hunter Lab58.684820.8016-12.6922
CIE-Lab65.309526.0945-17.3576

#bf8fbe color RGB value is (191,143,190).

#bf8fbe hex color red value is 191, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bf8fbe hue: 0.84 , saturation: 0.27 and the lightness value of bf8fbe is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001111 10111110
Octal 277 217 276
Decimal 191 143 190
Hex BF 8F BE

RGB Percentages of Color #bf8fbe

%36.45
%27.29
%36.26

CMYK Percentages of Color #bf8fbe

%0
%25
%1
%25

Triadic Colors of #bf8fbe

#bf8fbe #bebf8f #8fbebf

Analogous Colors of #bf8fbe

#bf8fbe #bf8fa6 #a88fbf

Monochromatic Colors of #bf8fbe

#bf8fbe

Complementary Color

#bf8fbe #8fbf90

#bf8fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8fbe Color CSS Codes

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

#bf8fbe Text Font Color

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

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


#bf8fbe Background Color

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

This div background color is #bf8fbe


#bf8fbe Border Color

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

This div border color is #bf8fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8fbe


Comments

No comments written yet.

Please login to write comment.