Color Hex Logo

#b13ebb Color Hex

#B13EBB
(177,62,187)
0 Favorites   0 Comments

Color spaces of #b13ebb

RGB 17762187
HSL0.820.500.49
HSV295°67°73°
CMYK 0.050.670.00   0.27
XYZ28.823716.380248.6562
Yxy16.38020.30710.1745
Hunter Lab40.472556.2974-42.9480
CIE-Lab47.469462.3485-43.4754

#b13ebb color RGB value is (177,62,187).

#b13ebb hex color red value is 177, green value is 62 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b13ebb hue: 0.82 , saturation: 0.50 and the lightness value of b13ebb is 0.49.

The process color (four color CMYK) of #b13ebb color hex is 0.05, 0.67, 0.00, 0.27. Web safe color of #b13ebb is #9933cc. Color #b13ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00111110 10111011
Octal 261 76 273
Decimal 177 62 187
Hex B1 3E BB

RGB Percentages of Color #b13ebb

%41.55
%14.55
%43.90

CMYK Percentages of Color #b13ebb

%5
%67
%0
%27

Triadic Colors of #b13ebb

#b13ebb #bbb13e #3ebbb1

Analogous Colors of #b13ebb

#b13ebb #bb3e87 #733ebb

Monochromatic Colors of #b13ebb

#b13ebb

Complementary Color

#b13ebb #48bb3e

#b13ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b13ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b13ebb Color CSS Codes

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

#b13ebb Text Font Color

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

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


#b13ebb Background Color

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

This div background color is #b13ebb


#b13ebb Border Color

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

This div border color is #b13ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b13ebb


Comments

No comments written yet.

Please login to write comment.