Color Hex Logo

#bf8cec Color Hex

#BF8CEC
(191,140,236)
0 Favorites   0 Comments

Color spaces of #bf8cec

RGB 191140236
HSL0.760.720.74
HSV272°41°93°
CMYK 0.190.410.00   0.07
XYZ46.004335.888783.8594
Yxy35.88870.27750.2165
Hunter Lab59.907232.2373-41.0604
CIE-Lab66.434837.2532-41.1984

#bf8cec color RGB value is (191,140,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001100 11101100
Octal 277 214 354
Decimal 191 140 236
Hex BF 8C EC

RGB Percentages of Color #bf8cec

%33.69
%24.69
%41.62

CMYK Percentages of Color #bf8cec

%19
%41
%0
%7

Triadic Colors of #bf8cec

#bf8cec #ecbf8c #8cecbf

Analogous Colors of #bf8cec

#bf8cec #ec8ce9 #8f8cec

Monochromatic Colors of #bf8cec

#bf8cec

Complementary Color

#bf8cec #b9ec8c

#bf8cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8cec Color CSS Codes

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

#bf8cec Text Font Color

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

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


#bf8cec Background Color

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

This div background color is #bf8cec


#bf8cec Border Color

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

This div border color is #bf8cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8cec

#bf8cec Color Palettes


Comments

No comments written yet.

Please login to write comment.