Color Hex Logo

#b126be Color Hex

#B126BE
(177,38,190)
0 Favorites   0 Comments

Color spaces of #b126be

RGB 17738190
HSL0.820.670.45
HSV295°80°75°
CMYK 0.070.800.00   0.25
XYZ28.118814.451050.0225
Yxy14.45100.30370.1561
Hunter Lab38.014565.5088-51.4084
CIE-Lab44.872970.7793-49.3701

#b126be color RGB value is (177,38,190).

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

The process color (four color CMYK) of #b126be color hex is 0.07, 0.80, 0.00, 0.25. Web safe color of #b126be is #9933cc. Color #b126be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100110 10111110
Octal 261 46 276
Decimal 177 38 190
Hex B1 26 BE

RGB Percentages of Color #b126be

%43.70
%9.38
%46.91

CMYK Percentages of Color #b126be

%7
%80
%0
%25

Triadic Colors of #b126be

#b126be #beb126 #26beb1

Analogous Colors of #b126be

#b126be #be267f #6526be

Monochromatic Colors of #b126be

#b126be

Complementary Color

#b126be #33be26

#b126be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b126be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b126be Color CSS Codes

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

#b126be Text Font Color

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

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


#b126be Background Color

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

This div background color is #b126be


#b126be Border Color

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

This div border color is #b126be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b126be


Comments

No comments written yet.

Please login to write comment.