Color Hex Logo

#b12da9 Color Hex

#B12DA9
(177,45,169)
0 Favorites   0 Comments

Color spaces of #b12da9

RGB 17745169
HSL0.840.590.44
HSV304°75°69°
CMYK 0.000.750.05   0.31
XYZ26.231314.088538.8729
Yxy14.08850.33120.1779
Hunter Lab37.534759.0601-35.1297
CIE-Lab44.359665.3640-37.8132

#b12da9 color RGB value is (177,45,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 00101101 10101001
Octal 261 55 251
Decimal 177 45 169
Hex B1 2D A9

RGB Percentages of Color #b12da9

%45.27
%11.51
%43.22

CMYK Percentages of Color #b12da9

%0
%75
%5
%31

Triadic Colors of #b12da9

#b12da9 #a9b12d #2da9b1

Analogous Colors of #b12da9

#b12da9 #b12d67 #772db1

Monochromatic Colors of #b12da9

#b12da9

Complementary Color

#b12da9 #2db135

#b12da9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b12da9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b12da9 Color CSS Codes

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

#b12da9 Text Font Color

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

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


#b12da9 Background Color

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

This div background color is #b12da9


#b12da9 Border Color

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

This div border color is #b12da9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b12da9


Comments

No comments written yet.

Please login to write comment.