Color Hex Logo

#bf11eb Color Hex

#BF11EB
(191,17,235)
0 Favorites   0 Comments

Color spaces of #bf11eb

RGB 19117235
HSL0.800.870.49
HSV288°93°92°
CMYK 0.190.930.00   0.08
XYZ36.681717.475480.0370
Yxy17.47540.27330.1302
Hunter Lab41.803683.4734-84.2539
CIE-Lab48.853584.4915-68.6820

#bf11eb color RGB value is (191,17,235).

#bf11eb hex color red value is 191, green value is 17 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bf11eb hue: 0.80 , saturation: 0.87 and the lightness value of bf11eb is 0.49.

The process color (four color CMYK) of #bf11eb color hex is 0.19, 0.93, 0.00, 0.08. Web safe color of #bf11eb is #cc00ff. Color #bf11eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010001 11101011
Octal 277 21 353
Decimal 191 17 235
Hex BF 11 EB

RGB Percentages of Color #bf11eb

%43.12
%3.84
%53.05

CMYK Percentages of Color #bf11eb

%19
%93
%0
%8

Triadic Colors of #bf11eb

#bf11eb #ebbf11 #11ebbf

Analogous Colors of #bf11eb

#bf11eb #eb11aa #5211eb

Monochromatic Colors of #bf11eb

#bf11eb

Complementary Color

#bf11eb #3deb11

#bf11eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf11eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf11eb Color CSS Codes

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

#bf11eb Text Font Color

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

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


#bf11eb Background Color

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

This div background color is #bf11eb


#bf11eb Border Color

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

This div border color is #bf11eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf11eb


Comments

No comments written yet.

Please login to write comment.