Color Hex Logo

#b131ce Color Hex

#B131CE
(177,49,206)
0 Favorites   0 Comments

Color spaces of #b131ce

RGB 17749206
HSL0.800.620.50
HSV289°76°81°
CMYK 0.140.760.00   0.19
XYZ30.370416.000059.8801
Yxy16.00000.28580.1506
Hunter Lab40.000065.5279-60.7573
CIE-Lab46.974570.3860-55.2825

#b131ce color RGB value is (177,49,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00110001 11001110
Octal 261 61 316
Decimal 177 49 206
Hex B1 31 CE

RGB Percentages of Color #b131ce

%40.97
%11.34
%47.69

CMYK Percentages of Color #b131ce

%14
%76
%0
%19

Triadic Colors of #b131ce

#b131ce #ceb131 #31ceb1

Analogous Colors of #b131ce

#b131ce #ce319d #6331ce

Monochromatic Colors of #b131ce

#b131ce

Complementary Color

#b131ce #4ece31

#b131ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b131ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b131ce Color CSS Codes

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

#b131ce Text Font Color

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

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


#b131ce Background Color

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

This div background color is #b131ce


#b131ce Border Color

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

This div border color is #b131ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b131ce


Comments

No comments written yet.

Please login to write comment.