Color Hex Logo

#bf8ceb Color Hex

#BF8CEB
(191,140,235)
0 Favorites   0 Comments

Color spaces of #bf8ceb

RGB 191140235
HSL0.760.700.74
HSV272°40°92°
CMYK 0.190.400.00   0.08
XYZ45.859335.830783.0962
Yxy35.83070.27830.2174
Hunter Lab59.858832.0005-40.4055
CIE-Lab66.390437.0319-40.7171

#bf8ceb color RGB value is (191,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001100 11101011
Octal 277 214 353
Decimal 191 140 235
Hex BF 8C EB

RGB Percentages of Color #bf8ceb

%33.75
%24.73
%41.52

CMYK Percentages of Color #bf8ceb

%19
%40
%0
%8

Triadic Colors of #bf8ceb

#bf8ceb #ebbf8c #8cebbf

Analogous Colors of #bf8ceb

#bf8ceb #eb8ce8 #908ceb

Monochromatic Colors of #bf8ceb

#bf8ceb

Complementary Color

#bf8ceb #b8eb8c

#bf8ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8ceb Color CSS Codes

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

#bf8ceb Text Font Color

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

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


#bf8ceb Background Color

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

This div background color is #bf8ceb


#bf8ceb Border Color

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

This div border color is #bf8ceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,140,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 #bf8ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8ceb


Comments

No comments written yet.

Please login to write comment.