Color Hex Logo

#b12eac Color Hex

#B12EAC
(177,46,172)
0 Favorites   0 Comments

Color spaces of #b12eac

RGB 17746172
HSL0.840.590.44
HSV302°74°69°
CMYK 0.000.740.03   0.31
XYZ26.554914.279740.3864
Yxy14.27970.32690.1758
Hunter Lab37.788559.3065-36.9142
CIE-Lab44.631465.5255-39.1625

#b12eac color RGB value is (177,46,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101110 10101100
Octal 261 56 254
Decimal 177 46 172
Hex B1 2E AC

RGB Percentages of Color #b12eac

%44.81
%11.65
%43.54

CMYK Percentages of Color #b12eac

%0
%74
%3
%31

Triadic Colors of #b12eac

#b12eac #acb12e #2eacb1

Analogous Colors of #b12eac

#b12eac #b12e6b #752eb1

Monochromatic Colors of #b12eac

#b12eac

Complementary Color

#b12eac #2eb133

#b12eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12eac Color CSS Codes

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

#b12eac Text Font Color

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

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


#b12eac Background Color

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

This div background color is #b12eac


#b12eac Border Color

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

This div border color is #b12eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12eac


Comments

No comments written yet.

Please login to write comment.