Color Hex Logo

#bf1edb Color Hex

#BF1EDB
(191,30,219)
0 Favorites   0 Comments

Color spaces of #bf1edb

RGB 19130219
HSL0.810.760.49
HSV291°86°86°
CMYK 0.130.860.00   0.14
XYZ34.736317.119468.4914
Yxy17.11940.28860.1423
Hunter Lab41.375677.4499-69.1832
CIE-Lab48.410179.8501-60.3130

#bf1edb color RGB value is (191,30,219).

#bf1edb hex color red value is 191, green value is 30 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #bf1edb hue: 0.81 , saturation: 0.76 and the lightness value of bf1edb is 0.49.

The process color (four color CMYK) of #bf1edb color hex is 0.13, 0.86, 0.00, 0.14. Web safe color of #bf1edb is #cc33cc. Color #bf1edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00011110 11011011
Octal 277 36 333
Decimal 191 30 219
Hex BF 1E DB

RGB Percentages of Color #bf1edb

%43.41
%6.82
%49.77

CMYK Percentages of Color #bf1edb

%13
%86
%0
%14

Triadic Colors of #bf1edb

#bf1edb #dbbf1e #1edbbf

Analogous Colors of #bf1edb

#bf1edb #db1e99 #611edb

Monochromatic Colors of #bf1edb

#bf1edb

Complementary Color

#bf1edb #3adb1e

#bf1edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf1edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf1edb Color CSS Codes

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

#bf1edb Text Font Color

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

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


#bf1edb Background Color

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

This div background color is #bf1edb


#bf1edb Border Color

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

This div border color is #bf1edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf1edb


Comments

No comments written yet.

Please login to write comment.