Color Hex Logo

#bf9eda Color Hex

#BF9EDA
(191,158,218)
0 Favorites   0 Comments

Color spaces of #bf9eda

RGB 191158218
HSL0.760.450.74
HSV273°28°85°
CMYK 0.120.280.00   0.15
XYZ46.367640.592071.7209
Yxy40.59200.29220.2558
Hunter Lab63.711918.4113-22.1449
CIE-Lab69.889123.3946-25.9324

#bf9eda color RGB value is (191,158,218).

#bf9eda hex color red value is 191, green value is 158 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bf9eda hue: 0.76 , saturation: 0.45 and the lightness value of bf9eda is 0.74.

The process color (four color CMYK) of #bf9eda color hex is 0.12, 0.28, 0.00, 0.15. Web safe color of #bf9eda is #cc99cc. Color #bf9eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011110 11011010
Octal 277 236 332
Decimal 191 158 218
Hex BF 9E DA

RGB Percentages of Color #bf9eda

%33.69
%27.87
%38.45

CMYK Percentages of Color #bf9eda

%12
%28
%0
%15

Triadic Colors of #bf9eda

#bf9eda #dabf9e #9edabf

Analogous Colors of #bf9eda

#bf9eda #da9ed7 #a19eda

Monochromatic Colors of #bf9eda

#bf9eda

Complementary Color

#bf9eda #b9da9e

#bf9eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf9eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf9eda Color CSS Codes

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

#bf9eda Text Font Color

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

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


#bf9eda Background Color

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

This div background color is #bf9eda


#bf9eda Border Color

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

This div border color is #bf9eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf9eda


Comments

No comments written yet.

Please login to write comment.