Color Hex Logo

#b12bad Color Hex

#B12BAD
(177,43,173)
0 Favorites   0 Comments

Color spaces of #b12bad

RGB 17743173
HSL0.840.610.43
HSV302°76°69°
CMYK 0.000.760.02   0.31
XYZ26.538214.092040.8565
Yxy14.09200.32570.1729
Hunter Lab37.539360.4957-38.2517
CIE-Lab44.364666.6071-40.1780

#b12bad color RGB value is (177,43,173).

#b12bad hex color red value is 177, green value is 43 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b12bad hue: 0.84 , saturation: 0.61 and the lightness value of b12bad is 0.43.

The process color (four color CMYK) of #b12bad color hex is 0.00, 0.76, 0.02, 0.31. Web safe color of #b12bad is #993399. Color #b12bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101011 10101101
Octal 261 53 255
Decimal 177 43 173
Hex B1 2B AD

RGB Percentages of Color #b12bad

%45.04
%10.94
%44.02

CMYK Percentages of Color #b12bad

%0
%76
%2
%31

Triadic Colors of #b12bad

#b12bad #adb12b #2badb1

Analogous Colors of #b12bad

#b12bad #b12b6a #722bb1

Monochromatic Colors of #b12bad

#b12bad

Complementary Color

#b12bad #2bb12f

#b12bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12bad Color CSS Codes

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

#b12bad Text Font Color

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

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


#b12bad Background Color

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

This div background color is #b12bad


#b12bad Border Color

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

This div border color is #b12bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12bad


Comments

No comments written yet.

Please login to write comment.