Color Hex Logo

#b126bb Color Hex

#B126BB
(177,38,187)
0 Favorites   0 Comments

Color spaces of #b126bb

RGB 17738187
HSL0.820.660.44
HSV296°80°73°
CMYK 0.050.800.00   0.27
XYZ27.794214.321248.3131
Yxy14.32120.30740.1584
Hunter Lab37.843464.8741-49.2028
CIE-Lab44.690170.2803-47.9070

#b126bb color RGB value is (177,38,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100110 10111011
Octal 261 46 273
Decimal 177 38 187
Hex B1 26 BB

RGB Percentages of Color #b126bb

%44.03
%9.45
%46.52

CMYK Percentages of Color #b126bb

%5
%80
%0
%27

Triadic Colors of #b126bb

#b126bb #bbb126 #26bbb1

Analogous Colors of #b126bb

#b126bb #bb267b #6726bb

Monochromatic Colors of #b126bb

#b126bb

Complementary Color

#b126bb #30bb26

#b126bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b126bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b126bb Color CSS Codes

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

#b126bb Text Font Color

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

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


#b126bb Background Color

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

This div background color is #b126bb


#b126bb Border Color

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

This div border color is #b126bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b126bb


Comments

No comments written yet.

Please login to write comment.