Color Hex Logo

#bf41dd Color Hex

#BF41DD
(191,65,221)
0 Favorites   0 Comments

Color spaces of #bf41dd

RGB 19165221
HSL0.800.700.56
HSV288°71°87°
CMYK 0.140.710.00   0.13
XYZ36.427320.077470.3620
Yxy20.07740.28710.1583
Hunter Lab44.807866.7010-61.7380
CIE-Lab51.924670.4107-55.7996

#bf41dd color RGB value is (191,65,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000001 11011101
Octal 277 101 335
Decimal 191 65 221
Hex BF 41 DD

RGB Percentages of Color #bf41dd

%40.04
%13.63
%46.33

CMYK Percentages of Color #bf41dd

%14
%71
%0
%13

Triadic Colors of #bf41dd

#bf41dd #ddbf41 #41ddbf

Analogous Colors of #bf41dd

#bf41dd #dd41ad #7141dd

Monochromatic Colors of #bf41dd

#bf41dd

Complementary Color

#bf41dd #5fdd41

#bf41dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf41dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf41dd Color CSS Codes

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

#bf41dd Text Font Color

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

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


#bf41dd Background Color

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

This div background color is #bf41dd


#bf41dd Border Color

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

This div border color is #bf41dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf41dd


Comments

No comments written yet.

Please login to write comment.