Color Hex Logo

#bf9eed Color Hex

#BF9EED
(191,158,237)
0 Favorites   0 Comments

Color spaces of #bf9eed

RGB 191158237
HSL0.740.690.77
HSV265°33°93°
CMYK 0.190.330.00   0.07
XYZ48.998841.644585.5764
Yxy41.64450.27810.2363
Hunter Lab64.532522.6010-33.4515
CIE-Lab70.625127.5309-35.2164

#bf9eed color RGB value is (191,158,237).

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

The process color (four color CMYK) of #bf9eed color hex is 0.19, 0.33, 0.00, 0.07. Web safe color of #bf9eed is #cc99ff. Color #bf9eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011110 11101101
Octal 277 236 355
Decimal 191 158 237
Hex BF 9E ED

RGB Percentages of Color #bf9eed

%32.59
%26.96
%40.44

CMYK Percentages of Color #bf9eed

%19
%33
%0
%7

Triadic Colors of #bf9eed

#bf9eed #edbf9e #9eedbf

Analogous Colors of #bf9eed

#bf9eed #e79eed #9ea5ed

Monochromatic Colors of #bf9eed

#bf9eed

Complementary Color

#bf9eed #cced9e

#bf9eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf9eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf9eed Color CSS Codes

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

#bf9eed Text Font Color

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

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


#bf9eed Background Color

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

This div background color is #bf9eed


#bf9eed Border Color

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

This div border color is #bf9eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf9eed


Comments

No comments written yet.

Please login to write comment.