Color Hex Logo

#b126bd Color Hex

#B126BD
(177,38,189)
0 Favorites   0 Comments

Color spaces of #b126bd

RGB 17738189
HSL0.820.670.45
HSV295°80°74°
CMYK 0.060.800.00   0.26
XYZ28.009914.407549.4487
Yxy14.40750.30490.1568
Hunter Lab37.957265.2960-50.6699
CIE-Lab44.811870.6122-48.8832

#b126bd color RGB value is (177,38,189).

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

The process color (four color CMYK) of #b126bd color hex is 0.06, 0.80, 0.00, 0.26. Web safe color of #b126bd is #9933cc. Color #b126bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100110 10111101
Octal 261 46 275
Decimal 177 38 189
Hex B1 26 BD

RGB Percentages of Color #b126bd

%43.81
%9.41
%46.78

CMYK Percentages of Color #b126bd

%6
%80
%0
%26

Triadic Colors of #b126bd

#b126bd #bdb126 #26bdb1

Analogous Colors of #b126bd

#b126bd #bd267e #6626bd

Monochromatic Colors of #b126bd

#b126bd

Complementary Color

#b126bd #32bd26

#b126bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b126bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b126bd Color CSS Codes

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

#b126bd Text Font Color

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

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


#b126bd Background Color

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

This div background color is #b126bd


#b126bd Border Color

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

This div border color is #b126bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b126bd


Comments

No comments written yet.

Please login to write comment.