Color Hex Logo

#bf41eb Color Hex

#BF41EB
(191,65,235)
0 Favorites   0 Comments

Color spaces of #bf41eb

RGB 19165235
HSL0.790.810.59
HSV284°72°92°
CMYK 0.190.720.00   0.08
XYZ38.371620.855180.6003
Yxy20.85510.27440.1491
Hunter Lab45.667470.0651-72.6763
CIE-Lab52.790573.0282-62.3166

#bf41eb color RGB value is (191,65,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000001 11101011
Octal 277 101 353
Decimal 191 65 235
Hex BF 41 EB

RGB Percentages of Color #bf41eb

%38.90
%13.24
%47.86

CMYK Percentages of Color #bf41eb

%19
%72
%0
%8

Triadic Colors of #bf41eb

#bf41eb #ebbf41 #41ebbf

Analogous Colors of #bf41eb

#bf41eb #eb41c2 #6a41eb

Monochromatic Colors of #bf41eb

#bf41eb

Complementary Color

#bf41eb #6deb41

#bf41eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf41eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf41eb Color CSS Codes

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

#bf41eb Text Font Color

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

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


#bf41eb Background Color

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

This div background color is #bf41eb


#bf41eb Border Color

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

This div border color is #bf41eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf41eb


Comments

No comments written yet.

Please login to write comment.