Color Hex Logo

#b12dac Color Hex

#B12DAC
(177,45,172)
0 Favorites   0 Comments

Color spaces of #b12dac

RGB 17745172
HSL0.840.590.44
HSV302°75°69°
CMYK 0.000.750.03   0.31
XYZ26.516214.202440.3735
Yxy14.20240.32700.1751
Hunter Lab37.686159.6433-37.1378
CIE-Lab44.521865.8390-39.3362

#b12dac color RGB value is (177,45,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101101 10101100
Octal 261 55 254
Decimal 177 45 172
Hex B1 2D AC

RGB Percentages of Color #b12dac

%44.92
%11.42
%43.65

CMYK Percentages of Color #b12dac

%0
%75
%3
%31

Triadic Colors of #b12dac

#b12dac #acb12d #2dacb1

Analogous Colors of #b12dac

#b12dac #b12d6a #742db1

Monochromatic Colors of #b12dac

#b12dac

Complementary Color

#b12dac #2db132

#b12dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12dac Color CSS Codes

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

#b12dac Text Font Color

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

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


#b12dac Background Color

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

This div background color is #b12dac


#b12dac Border Color

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

This div border color is #b12dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,45,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 #b12dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12dac


Comments

No comments written yet.

Please login to write comment.