Color Hex Logo

#bf8edb Color Hex

#BF8EDB
(191,142,219)
0 Favorites   0 Comments

Color spaces of #bf8edb

RGB 191142219
HSL0.770.520.71
HSV278°35°86°
CMYK 0.130.350.00   0.14
XYZ43.945035.536871.5610
Yxy35.53680.29090.2353
Hunter Lab59.612827.2633-29.4446
CIE-Lab66.164532.4711-32.2248

#bf8edb color RGB value is (191,142,219).

#bf8edb hex color red value is 191, green value is 142 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bf8edb hue: 0.77 , saturation: 0.52 and the lightness value of bf8edb is 0.71.

The process color (four color CMYK) of #bf8edb color hex is 0.13, 0.35, 0.00, 0.14. Web safe color of #bf8edb is #cc99cc. Color #bf8edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001110 11011011
Octal 277 216 333
Decimal 191 142 219
Hex BF 8E DB

RGB Percentages of Color #bf8edb

%34.60
%25.72
%39.67

CMYK Percentages of Color #bf8edb

%13
%35
%0
%14

Triadic Colors of #bf8edb

#bf8edb #dbbf8e #8edbbf

Analogous Colors of #bf8edb

#bf8edb #db8ed1 #998edb

Monochromatic Colors of #bf8edb

#bf8edb

Complementary Color

#bf8edb #aadb8e

#bf8edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8edb Color CSS Codes

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

#bf8edb Text Font Color

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

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


#bf8edb Background Color

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

This div background color is #bf8edb


#bf8edb Border Color

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

This div border color is #bf8edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8edb


Comments

No comments written yet.

Please login to write comment.