Color Hex Logo

#b13bce Color Hex

#B13BCE
(177,59,206)
0 Favorites   0 Comments

Color spaces of #b13bce

RGB 17759206
HSL0.800.600.52
HSV288°71°81°
CMYK 0.140.710.00   0.19
XYZ30.836016.931360.0353
Yxy16.93130.28600.1571
Hunter Lab41.147761.7592-57.7020
CIE-Lab48.173466.9565-53.3569

#b13bce color RGB value is (177,59,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111011 11001110
Octal 261 73 316
Decimal 177 59 206
Hex B1 3B CE

RGB Percentages of Color #b13bce

%40.05
%13.35
%46.61

CMYK Percentages of Color #b13bce

%14
%71
%0
%19

Triadic Colors of #b13bce

#b13bce #ceb13b #3bceb1

Analogous Colors of #b13bce

#b13bce #ce3ba2 #683bce

Monochromatic Colors of #b13bce

#b13bce

Complementary Color

#b13bce #58ce3b

#b13bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13bce Color CSS Codes

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

#b13bce Text Font Color

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

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


#b13bce Background Color

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

This div background color is #b13bce


#b13bce Border Color

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

This div border color is #b13bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13bce


Comments

No comments written yet.

Please login to write comment.