Color Hex Logo

#b139ce Color Hex

#B139CE
(177,57,206)
0 Favorites   0 Comments

Color spaces of #b139ce

RGB 17757206
HSL0.800.600.52
HSV288°72°81°
CMYK 0.140.720.00   0.19
XYZ30.735216.729660.0017
Yxy16.72960.28600.1557
Hunter Lab40.901862.5535-58.3453
CIE-Lab47.917567.6845-53.7674

#b139ce color RGB value is (177,57,206).

#b139ce hex color red value is 177, green value is 57 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b139ce hue: 0.80 , saturation: 0.60 and the lightness value of b139ce is 0.52.

The process color (four color CMYK) of #b139ce color hex is 0.14, 0.72, 0.00, 0.19. Web safe color of #b139ce is #9933cc. Color #b139ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111001 11001110
Octal 261 71 316
Decimal 177 57 206
Hex B1 39 CE

RGB Percentages of Color #b139ce

%40.23
%12.95
%46.82

CMYK Percentages of Color #b139ce

%14
%72
%0
%19

Triadic Colors of #b139ce

#b139ce #ceb139 #39ceb1

Analogous Colors of #b139ce

#b139ce #ce39a1 #6739ce

Monochromatic Colors of #b139ce

#b139ce

Complementary Color

#b139ce #56ce39

#b139ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b139ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b139ce Color CSS Codes

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

#b139ce Text Font Color

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

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


#b139ce Background Color

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

This div background color is #b139ce


#b139ce Border Color

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

This div border color is #b139ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b139ce


Comments

No comments written yet.

Please login to write comment.