Color Hex Logo

#bf4fdb Color Hex

#BF4FDB
(191,79,219)
0 Favorites   0 Comments

Color spaces of #bf4fdb

RGB 19179219
HSL0.800.660.58
HSV288°64°86°
CMYK 0.130.640.00   0.14
XYZ37.068021.782869.2686
Yxy21.78280.28930.1700
Hunter Lab46.672060.0927-55.3252
CIE-Lab53.795864.4622-51.6731

#bf4fdb color RGB value is (191,79,219).

#bf4fdb hex color red value is 191, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bf4fdb hue: 0.80 , saturation: 0.66 and the lightness value of bf4fdb is 0.58.

The process color (four color CMYK) of #bf4fdb color hex is 0.13, 0.64, 0.00, 0.14. Web safe color of #bf4fdb is #cc66cc. Color #bf4fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001111 11011011
Octal 277 117 333
Decimal 191 79 219
Hex BF 4F DB

RGB Percentages of Color #bf4fdb

%39.06
%16.16
%44.79

CMYK Percentages of Color #bf4fdb

%13
%64
%0
%14

Triadic Colors of #bf4fdb

#bf4fdb #dbbf4f #4fdbbf

Analogous Colors of #bf4fdb

#bf4fdb #db4fb1 #794fdb

Monochromatic Colors of #bf4fdb

#bf4fdb

Complementary Color

#bf4fdb #6bdb4f

#bf4fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4fdb Color CSS Codes

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

#bf4fdb Text Font Color

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

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


#bf4fdb Background Color

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

This div background color is #bf4fdb


#bf4fdb Border Color

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

This div border color is #bf4fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4fdb


Comments

No comments written yet.

Please login to write comment.