Color Hex Logo

#bf41df Color Hex

#BF41DF
(191,65,223)
0 Favorites   0 Comments

Color spaces of #bf41df

RGB 19165223
HSL0.800.710.56
HSV288°71°87°
CMYK 0.140.710.00   0.13
XYZ36.695420.184771.7740
Yxy20.18470.28520.1569
Hunter Lab44.927467.1708-63.2699
CIE-Lab52.045470.7788-56.7404

#bf41df color RGB value is (191,65,223).

#bf41df hex color red value is 191, green value is 65 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bf41df hue: 0.80 , saturation: 0.71 and the lightness value of bf41df is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000001 11011111
Octal 277 101 337
Decimal 191 65 223
Hex BF 41 DF

RGB Percentages of Color #bf41df

%39.87
%13.57
%46.56

CMYK Percentages of Color #bf41df

%14
%71
%0
%13

Triadic Colors of #bf41df

#bf41df #dfbf41 #41dfbf

Analogous Colors of #bf41df

#bf41df #df41b0 #7041df

Monochromatic Colors of #bf41df

#bf41df

Complementary Color

#bf41df #61df41

#bf41df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf41df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf41df Color CSS Codes

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

#bf41df Text Font Color

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

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


#bf41df Background Color

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

This div background color is #bf41df


#bf41df Border Color

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

This div border color is #bf41df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf41df


Comments

No comments written yet.

Please login to write comment.