Color Hex Logo

#b141df Color Hex

#B141DF
(177,65,223)
0 Favorites   0 Comments

Color spaces of #b141df

RGB 17765223
HSL0.780.710.56
HSV283°71°87°
CMYK 0.210.710.00   0.13
XYZ33.341018.455471.6170
Yxy18.45540.27020.1495
Hunter Lab42.959763.3540-68.7689
CIE-Lab50.043967.9561-60.0643

#b141df color RGB value is (177,65,223).

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

The process color (four color CMYK) of #b141df color hex is 0.21, 0.71, 0.00, 0.13. Web safe color of #b141df is #9933cc. Color #b141df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000001 11011111
Octal 261 101 337
Decimal 177 65 223
Hex B1 41 DF

RGB Percentages of Color #b141df

%38.06
%13.98
%47.96

CMYK Percentages of Color #b141df

%21
%71
%0
%13

Triadic Colors of #b141df

#b141df #dfb141 #41dfb1

Analogous Colors of #b141df

#b141df #df41be #6241df

Monochromatic Colors of #b141df

#b141df

Complementary Color

#b141df #6fdf41

#b141df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b141df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b141df Color CSS Codes

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

#b141df Text Font Color

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

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


#b141df Background Color

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

This div background color is #b141df


#b141df Border Color

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

This div border color is #b141df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b141df


Comments

No comments written yet.

Please login to write comment.