Color Hex Logo

#b126c2 Color Hex

#B126C2
(177,38,194)
0 Favorites   0 Comments

Color spaces of #b126c2

RGB 17738194
HSL0.820.670.45
HSV293°80°76°
CMYK 0.090.800.00   0.24
XYZ28.562214.628452.3571
Yxy14.62840.29890.1531
Hunter Lab38.247166.3680-54.3901
CIE-Lab45.121071.4521-51.3068

#b126c2 color RGB value is (177,38,194).

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

The process color (four color CMYK) of #b126c2 color hex is 0.09, 0.80, 0.00, 0.24. Web safe color of #b126c2 is #9933cc. Color #b126c2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100110 11000010
Octal 261 46 302
Decimal 177 38 194
Hex B1 26 C2

RGB Percentages of Color #b126c2

%43.28
%9.29
%47.43

CMYK Percentages of Color #b126c2

%9
%80
%0
%24

Triadic Colors of #b126c2

#b126c2 #c2b126 #26c2b1

Analogous Colors of #b126c2

#b126c2 #c22685 #6326c2

Monochromatic Colors of #b126c2

#b126c2

Complementary Color

#b126c2 #37c226

#b126c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b126c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b126c2 Color CSS Codes

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

#b126c2 Text Font Color

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

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


#b126c2 Background Color

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

This div background color is #b126c2


#b126c2 Border Color

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

This div border color is #b126c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b126c2


Comments

No comments written yet.

Please login to write comment.