Color Hex Logo

#b126da Color Hex

#B126DA
(177,38,218)
0 Favorites   0 Comments

Color spaces of #b126da

RGB 17738218
HSL0.800.710.50
HSV286°83°85°
CMYK 0.190.830.00   0.15
XYZ31.479515.795367.7193
Yxy15.79530.27370.1374
Hunter Lab39.743371.8338-73.2049
CIE-Lab46.704875.6600-62.6069

#b126da color RGB value is (177,38,218).

#b126da hex color red value is 177, green value is 38 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b126da hue: 0.80 , saturation: 0.71 and the lightness value of b126da is 0.50.

The process color (four color CMYK) of #b126da color hex is 0.19, 0.83, 0.00, 0.15. Web safe color of #b126da is #9933cc. Color #b126da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100110 11011010
Octal 261 46 332
Decimal 177 38 218
Hex B1 26 DA

RGB Percentages of Color #b126da

%40.88
%8.78
%50.35

CMYK Percentages of Color #b126da

%19
%83
%0
%15

Triadic Colors of #b126da

#b126da #dab126 #26dab1

Analogous Colors of #b126da

#b126da #da26a9 #5726da

Monochromatic Colors of #b126da

#b126da

Complementary Color

#b126da #4fda26

#b126da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b126da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b126da Color CSS Codes

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

#b126da Text Font Color

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

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


#b126da Background Color

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

This div background color is #b126da


#b126da Border Color

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

This div border color is #b126da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b126da


Comments

No comments written yet.

Please login to write comment.