Color Hex Logo

#b139fc Color Hex

#B139FC
(177,57,252)
0 Favorites   0 Comments

Color spaces of #b139fc

RGB 17757252
HSL0.770.970.61
HSV277°77°99°
CMYK 0.300.770.00   0.01
XYZ37.165319.301693.8622
Yxy19.30160.24720.1284
Hunter Lab43.933674.1170-95.9170
CIE-Lab51.038276.6676-74.7613

#b139fc color RGB value is (177,57,252).

#b139fc hex color red value is 177, green value is 57 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b139fc hue: 0.77 , saturation: 0.97 and the lightness value of b139fc is 0.61.

The process color (four color CMYK) of #b139fc color hex is 0.30, 0.77, 0.00, 0.01. Web safe color of #b139fc is #9933ff. Color #b139fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111001 11111100
Octal 261 71 374
Decimal 177 57 252
Hex B1 39 FC

RGB Percentages of Color #b139fc

%36.42
%11.73
%51.85

CMYK Percentages of Color #b139fc

%30
%77
%0
%1

Triadic Colors of #b139fc

#b139fc #fcb139 #39fcb1

Analogous Colors of #b139fc

#b139fc #fc39e6 #5039fc

Monochromatic Colors of #b139fc

#b139fc

Complementary Color

#b139fc #84fc39

#b139fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b139fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b139fc Color CSS Codes

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

#b139fc Text Font Color

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

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


#b139fc Background Color

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

This div background color is #b139fc


#b139fc Border Color

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

This div border color is #b139fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,57,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b139fc


Comments

No comments written yet.

Please login to write comment.