Color Hex Logo

#b190ab Color Hex

#B190AB
(177,144,171)
0 Favorites   0 Comments

Color spaces of #b190ab

RGB 177144171
HSL0.860.170.63
HSV311°19°69°
CMYK 0.000.190.03   0.31
XYZ35.455432.233942.8811
Yxy32.23390.32070.2915
Hunter Lab56.774912.1155-5.0383
CIE-Lab63.535717.1035-9.4687

#b190ab color RGB value is (177,144,171).

#b190ab hex color red value is 177, green value is 144 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b190ab hue: 0.86 , saturation: 0.17 and the lightness value of b190ab is 0.63.

The process color (four color CMYK) of #b190ab color hex is 0.00, 0.19, 0.03, 0.31. Web safe color of #b190ab is #999999. Color #b190ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10010000 10101011
Octal 261 220 253
Decimal 177 144 171
Hex B1 90 AB

RGB Percentages of Color #b190ab

%35.98
%29.27
%34.76

CMYK Percentages of Color #b190ab

%0
%19
%3
%31

Triadic Colors of #b190ab

#b190ab #abb190 #90abb1

Analogous Colors of #b190ab

#b190ab #b1909b #a790b1

Monochromatic Colors of #b190ab

#b190ab

Complementary Color

#b190ab #90b196

#b190ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b190ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b190ab Color CSS Codes

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

#b190ab Text Font Color

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

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


#b190ab Background Color

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

This div background color is #b190ab


#b190ab Border Color

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

This div border color is #b190ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b190ab


Comments

No comments written yet.

Please login to write comment.