Color Hex Logo

#b122ac Color Hex

#B122AC
(177,34,172)
0 Favorites   0 Comments

Color spaces of #b122ac

RGB 17734172
HSL0.840.680.41
HSV302°81°69°
CMYK 0.000.810.03   0.31
XYZ26.149913.469740.2514
Yxy13.46970.32740.1686
Hunter Lab36.701162.9562-39.3347
CIE-Lab43.462668.8932-41.0174

#b122ac color RGB value is (177,34,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00100010 10101100
Octal 261 42 254
Decimal 177 34 172
Hex B1 22 AC

RGB Percentages of Color #b122ac

%46.21
%8.88
%44.91

CMYK Percentages of Color #b122ac

%0
%81
%3
%31

Triadic Colors of #b122ac

#b122ac #acb122 #22acb1

Analogous Colors of #b122ac

#b122ac #b12265 #6f22b1

Monochromatic Colors of #b122ac

#b122ac

Complementary Color

#b122ac #22b127

#b122ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b122ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b122ac Color CSS Codes

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

#b122ac Text Font Color

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

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


#b122ac Background Color

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

This div background color is #b122ac


#b122ac Border Color

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

This div border color is #b122ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b122ac


Comments

No comments written yet.

Please login to write comment.