Color Hex Logo

#b146df Color Hex

#B146DF
(177,70,223)
0 Favorites   0 Comments

Color spaces of #b146df

RGB 17770223
HSL0.780.710.57
HSV282°69°87°
CMYK 0.210.690.00   0.13
XYZ33.640919.055171.7170
Yxy19.05510.27040.1532
Hunter Lab43.652161.1713-66.8522
CIE-Lab50.751665.9596-58.9249

#b146df color RGB value is (177,70,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000110 11011111
Octal 261 106 337
Decimal 177 70 223
Hex B1 46 DF

RGB Percentages of Color #b146df

%37.66
%14.89
%47.45

CMYK Percentages of Color #b146df

%21
%69
%0
%13

Triadic Colors of #b146df

#b146df #dfb146 #46dfb1

Analogous Colors of #b146df

#b146df #df46c1 #6546df

Monochromatic Colors of #b146df

#b146df

Complementary Color

#b146df #74df46

#b146df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b146df Color Preview on White Background

Lorem ipsum dolor sit amet.

#b146df Color CSS Codes

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

#b146df Text Font Color

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

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


#b146df Background Color

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

This div background color is #b146df


#b146df Border Color

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

This div border color is #b146df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b146df


Comments

No comments written yet.

Please login to write comment.