Color Hex Logo

#bf8ead Color Hex

#BF8EAD
(191,142,173)
0 Favorites   0 Comments

Color spaces of #bf8ead

RGB 191142173
HSL0.890.280.65
HSV322°26°75°
CMYK 0.000.260.09   0.25
XYZ38.701733.439543.9498
Yxy33.43950.33340.2880
Hunter Lab57.826918.2673-4.5830
CIE-Lab64.515223.5475-8.9879

#bf8ead color RGB value is (191,142,173).

#bf8ead hex color red value is 191, green value is 142 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bf8ead hue: 0.89 , saturation: 0.28 and the lightness value of bf8ead is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001110 10101101
Octal 277 216 255
Decimal 191 142 173
Hex BF 8E AD

RGB Percentages of Color #bf8ead

%37.75
%28.06
%34.19

CMYK Percentages of Color #bf8ead

%0
%26
%9
%25

Triadic Colors of #bf8ead

#bf8ead #adbf8e #8eadbf

Analogous Colors of #bf8ead

#bf8ead #bf8e95 #b98ebf

Monochromatic Colors of #bf8ead

#bf8ead

Complementary Color

#bf8ead #8ebfa0

#bf8ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8ead Color CSS Codes

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

#bf8ead Text Font Color

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

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


#bf8ead Background Color

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

This div background color is #bf8ead


#bf8ead Border Color

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

This div border color is #bf8ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8ead


Comments

No comments written yet.

Please login to write comment.