Color Hex Logo

#bf40eb Color Hex

#BF40EB
(191,64,235)
0 Favorites   0 Comments

Color spaces of #bf40eb

RGB 19164235
HSL0.790.810.59
HSV285°73°92°
CMYK 0.190.730.00   0.08
XYZ38.314620.741380.5813
Yxy20.74130.27440.1485
Hunter Lab45.542670.4709-73.0255
CIE-Lab52.665273.3855-62.5185

#bf40eb color RGB value is (191,64,235).

#bf40eb hex color red value is 191, green value is 64 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bf40eb hue: 0.79 , saturation: 0.81 and the lightness value of bf40eb is 0.59.

The process color (four color CMYK) of #bf40eb color hex is 0.19, 0.73, 0.00, 0.08. Web safe color of #bf40eb is #cc33ff. Color #bf40eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000000 11101011
Octal 277 100 353
Decimal 191 64 235
Hex BF 40 EB

RGB Percentages of Color #bf40eb

%38.98
%13.06
%47.96

CMYK Percentages of Color #bf40eb

%19
%73
%0
%8

Triadic Colors of #bf40eb

#bf40eb #ebbf40 #40ebbf

Analogous Colors of #bf40eb

#bf40eb #eb40c2 #6a40eb

Monochromatic Colors of #bf40eb

#bf40eb

Complementary Color

#bf40eb #6ceb40

#bf40eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf40eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf40eb Color CSS Codes

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

#bf40eb Text Font Color

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

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


#bf40eb Background Color

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

This div background color is #bf40eb


#bf40eb Border Color

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

This div border color is #bf40eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf40eb


Comments

No comments written yet.

Please login to write comment.