Color Hex Logo

#b119a9 Color Hex

#B119A9
(177,25,169)
0 Favorites   0 Comments

Color spaces of #b119a9

RGB 17725169
HSL0.840.750.40
HSV303°86°69°
CMYK 0.000.860.05   0.31
XYZ25.640512.906938.6760
Yxy12.90690.33200.1671
Hunter Lab35.926264.5246-38.6798
CIE-Lab42.622670.3883-40.5680

#b119a9 color RGB value is (177,25,169).

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

The process color (four color CMYK) of #b119a9 color hex is 0.00, 0.86, 0.05, 0.31. Web safe color of #b119a9 is #990099. Color #b119a9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 00011001 10101001
Octal 261 31 251
Decimal 177 25 169
Hex B1 19 A9

RGB Percentages of Color #b119a9

%47.71
%6.74
%45.55

CMYK Percentages of Color #b119a9

%0
%86
%5
%31

Triadic Colors of #b119a9

#b119a9 #a9b119 #19a9b1

Analogous Colors of #b119a9

#b119a9 #b1195d #6d19b1

Monochromatic Colors of #b119a9

#b119a9

Complementary Color

#b119a9 #19b121

#b119a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b119a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b119a9 Color CSS Codes

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

#b119a9 Text Font Color

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

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


#b119a9 Background Color

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

This div background color is #b119a9


#b119a9 Border Color

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

This div border color is #b119a9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b119a9


Comments

No comments written yet.

Please login to write comment.