Color Hex Logo

#bf89ae Color Hex

#BF89AE
(191,137,174)
0 Favorites   0 Comments

Color spaces of #bf89ae

RGB 191137174
HSL0.890.300.64
HSV319°28°75°
CMYK 0.000.280.09   0.25
XYZ38.071532.023744.2190
Yxy32.02370.33300.2801
Hunter Lab56.589521.0572-6.7165
CIE-Lab63.362526.4937-11.2765

#bf89ae color RGB value is (191,137,174).

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

The process color (four color CMYK) of #bf89ae color hex is 0.00, 0.28, 0.09, 0.25. Web safe color of #bf89ae is #cc9999. Color #bf89ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001001 10101110
Octal 277 211 256
Decimal 191 137 174
Hex BF 89 AE

RGB Percentages of Color #bf89ae

%38.05
%27.29
%34.66

CMYK Percentages of Color #bf89ae

%0
%28
%9
%25

Triadic Colors of #bf89ae

#bf89ae #aebf89 #89aebf

Analogous Colors of #bf89ae

#bf89ae #bf8993 #b589bf

Monochromatic Colors of #bf89ae

#bf89ae

Complementary Color

#bf89ae #89bf9a

#bf89ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf89ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf89ae Color CSS Codes

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

#bf89ae Text Font Color

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

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


#bf89ae Background Color

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

This div background color is #bf89ae


#bf89ae Border Color

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

This div border color is #bf89ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf89ae


Comments

No comments written yet.

Please login to write comment.