Color Hex Logo

#b126de Color Hex

#B126DE
(177,38,222)
0 Favorites   0 Comments

Color spaces of #b126de

RGB 17738222
HSL0.790.740.51
HSV285°83°87°
CMYK 0.200.830.00   0.13
XYZ32.009416.007370.5099
Yxy16.00730.27010.1351
Hunter Lab40.009172.7934-76.4831
CIE-Lab46.984176.3865-64.4389

#b126de color RGB value is (177,38,222).

#b126de hex color red value is 177, green value is 38 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b126de hue: 0.79 , saturation: 0.74 and the lightness value of b126de is 0.51.

The process color (four color CMYK) of #b126de color hex is 0.20, 0.83, 0.00, 0.13. Web safe color of #b126de is #9933cc. Color #b126de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100110 11011110
Octal 261 46 336
Decimal 177 38 222
Hex B1 26 DE

RGB Percentages of Color #b126de

%40.50
%8.70
%50.80

CMYK Percentages of Color #b126de

%20
%83
%0
%13

Triadic Colors of #b126de

#b126de #deb126 #26deb1

Analogous Colors of #b126de

#b126de #de26af #5526de

Monochromatic Colors of #b126de

#b126de

Complementary Color

#b126de #53de26

#b126de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b126de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b126de Color CSS Codes

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

#b126de Text Font Color

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

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


#b126de Background Color

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

This div background color is #b126de


#b126de Border Color

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

This div border color is #b126de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b126de


Comments

No comments written yet.

Please login to write comment.