Color Hex Logo

#b126ca Color Hex

#B126CA
(177,38,202)
0 Favorites   0 Comments

Color spaces of #b126ca

RGB 17738202
HSL0.810.680.47
HSV291°81°79°
CMYK 0.120.810.00   0.21
XYZ29.485214.997657.2179
Yxy14.99760.28990.1475
Hunter Lab38.726768.1320-60.4910
CIE-Lab45.630972.8235-55.1338

#b126ca color RGB value is (177,38,202).

#b126ca hex color red value is 177, green value is 38 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b126ca hue: 0.81 , saturation: 0.68 and the lightness value of b126ca is 0.47.

The process color (four color CMYK) of #b126ca color hex is 0.12, 0.81, 0.00, 0.21. Web safe color of #b126ca is #9933cc. Color #b126ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100110 11001010
Octal 261 46 312
Decimal 177 38 202
Hex B1 26 CA

RGB Percentages of Color #b126ca

%42.45
%9.11
%48.44

CMYK Percentages of Color #b126ca

%12
%81
%0
%21

Triadic Colors of #b126ca

#b126ca #cab126 #26cab1

Analogous Colors of #b126ca

#b126ca #ca2691 #5f26ca

Monochromatic Colors of #b126ca

#b126ca

Complementary Color

#b126ca #3fca26

#b126ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b126ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b126ca Color CSS Codes

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

#b126ca Text Font Color

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

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


#b126ca Background Color

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

This div background color is #b126ca


#b126ca Border Color

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

This div border color is #b126ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b126ca


Comments

No comments written yet.

Please login to write comment.