Color Hex Logo

#bf8beb Color Hex

#BF8BEB
(191,139,235)
0 Favorites   0 Comments

Color spaces of #bf8beb

RGB 191139235
HSL0.760.710.73
HSV273°41°92°
CMYK 0.190.410.00   0.08
XYZ45.713935.539883.0477
Yxy35.53980.27820.2163
Hunter Lab59.615332.5498-40.8639
CIE-Lab66.166837.5807-41.0670

#bf8beb color RGB value is (191,139,235).

#bf8beb hex color red value is 191, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bf8beb hue: 0.76 , saturation: 0.71 and the lightness value of bf8beb is 0.73.

The process color (four color CMYK) of #bf8beb color hex is 0.19, 0.41, 0.00, 0.08. Web safe color of #bf8beb is #cc99ff. Color #bf8beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001011 11101011
Octal 277 213 353
Decimal 191 139 235
Hex BF 8B EB

RGB Percentages of Color #bf8beb

%33.81
%24.60
%41.59

CMYK Percentages of Color #bf8beb

%19
%41
%0
%8

Triadic Colors of #bf8beb

#bf8beb #ebbf8b #8bebbf

Analogous Colors of #bf8beb

#bf8beb #eb8be7 #8f8beb

Monochromatic Colors of #bf8beb

#bf8beb

Complementary Color

#bf8beb #b7eb8b

#bf8beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8beb Color CSS Codes

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

#bf8beb Text Font Color

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

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


#bf8beb Background Color

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

This div background color is #bf8beb


#bf8beb Border Color

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

This div border color is #bf8beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8beb


Comments

No comments written yet.

Please login to write comment.