Color Hex Logo

#b12dab Color Hex

#B12DAB
(177,45,171)
0 Favorites   0 Comments

Color spaces of #b12dab

RGB 17745171
HSL0.840.590.44
HSV303°75°69°
CMYK 0.000.750.03   0.31
XYZ26.420514.164239.8695
Yxy14.16420.32840.1761
Hunter Lab37.635459.4474-36.4649
CIE-Lab44.467565.6796-38.8294

#b12dab color RGB value is (177,45,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101101 10101011
Octal 261 55 253
Decimal 177 45 171
Hex B1 2D AB

RGB Percentages of Color #b12dab

%45.04
%11.45
%43.51

CMYK Percentages of Color #b12dab

%0
%75
%3
%31

Triadic Colors of #b12dab

#b12dab #abb12d #2dabb1

Analogous Colors of #b12dab

#b12dab #b12d69 #752db1

Monochromatic Colors of #b12dab

#b12dab

Complementary Color

#b12dab #2db133

#b12dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12dab Color CSS Codes

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

#b12dab Text Font Color

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

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


#b12dab Background Color

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

This div background color is #b12dab


#b12dab Border Color

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

This div border color is #b12dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12dab


Comments

No comments written yet.

Please login to write comment.