Color Hex Logo

#b122ab Color Hex

#B122AB
(177,34,171)
0 Favorites   0 Comments

Color spaces of #b122ab

RGB 17734171
HSL0.840.680.41
HSV303°81°69°
CMYK 0.000.810.03   0.31
XYZ26.054213.431439.7474
Yxy13.43140.32880.1695
Hunter Lab36.648962.7626-38.6485
CIE-Lab43.406268.7391-40.5130

#b122ab color RGB value is (177,34,171).

#b122ab hex color red value is 177, green value is 34 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b122ab hue: 0.84 , saturation: 0.68 and the lightness value of b122ab is 0.41.

The process color (four color CMYK) of #b122ab color hex is 0.00, 0.81, 0.03, 0.31. Web safe color of #b122ab is #993399. Color #b122ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100010 10101011
Octal 261 42 253
Decimal 177 34 171
Hex B1 22 AB

RGB Percentages of Color #b122ab

%46.34
%8.90
%44.76

CMYK Percentages of Color #b122ab

%0
%81
%3
%31

Triadic Colors of #b122ab

#b122ab #abb122 #22abb1

Analogous Colors of #b122ab

#b122ab #b12263 #7022b1

Monochromatic Colors of #b122ab

#b122ab

Complementary Color

#b122ab #22b128

#b122ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b122ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b122ab Color CSS Codes

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

#b122ab Text Font Color

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

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


#b122ab Background Color

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

This div background color is #b122ab


#b122ab Border Color

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

This div border color is #b122ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b122ab


Comments

No comments written yet.

Please login to write comment.