Color Hex Logo

#bf09eb Color Hex

#BF09EB
(191,9,235)
0 Favorites   0 Comments

Color spaces of #bf09eb

RGB 1919235
HSL0.800.930.48
HSV288°96°92°
CMYK 0.190.960.00   0.08
XYZ36.578917.269980.0028
Yxy17.26990.27330.1290
Hunter Lab41.557184.3924-85.0511
CIE-Lab48.598385.2512-69.0964

#bf09eb color RGB value is (191,9,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00001001 11101011
Octal 277 11 353
Decimal 191 9 235
Hex BF 9 EB

RGB Percentages of Color #bf09eb

%43.91
%2.07
%54.02

CMYK Percentages of Color #bf09eb

%19
%96
%0
%8

Triadic Colors of #bf09eb

#bf09eb #ebbf09 #09ebbf

Analogous Colors of #bf09eb

#bf09eb #eb09a6 #4e09eb

Monochromatic Colors of #bf09eb

#bf09eb

Complementary Color

#bf09eb #35eb09

#bf09eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf09eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf09eb Color CSS Codes

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

#bf09eb Text Font Color

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

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


#bf09eb Background Color

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

This div background color is #bf09eb


#bf09eb Border Color

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

This div border color is #bf09eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf09eb


Comments

No comments written yet.

Please login to write comment.