Color Hex Logo

#bf8fdb Color Hex

#BF8FDB
(191,143,219)
0 Favorites   0 Comments

Color spaces of #bf8fdb

RGB 191143219
HSL0.770.510.71
HSV278°35°86°
CMYK 0.130.350.00   0.14
XYZ44.094535.835871.6108
Yxy35.83580.29100.2365
Hunter Lab59.863026.7211-29.0212
CIE-Lab66.394331.9186-31.8689

#bf8fdb color RGB value is (191,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001111 11011011
Octal 277 217 333
Decimal 191 143 219
Hex BF 8F DB

RGB Percentages of Color #bf8fdb

%34.54
%25.86
%39.60

CMYK Percentages of Color #bf8fdb

%13
%35
%0
%14

Triadic Colors of #bf8fdb

#bf8fdb #dbbf8f #8fdbbf

Analogous Colors of #bf8fdb

#bf8fdb #db8fd1 #998fdb

Monochromatic Colors of #bf8fdb

#bf8fdb

Complementary Color

#bf8fdb #abdb8f

#bf8fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8fdb Color CSS Codes

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

#bf8fdb Text Font Color

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

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


#bf8fdb Background Color

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

This div background color is #bf8fdb


#bf8fdb Border Color

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

This div border color is #bf8fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8fdb


Comments

No comments written yet.

Please login to write comment.