Color Hex Logo

#b895ab Color Hex

#B895AB
(184,149,171)
0 Favorites   0 Comments

Color spaces of #b895ab

RGB 184149171
HSL0.900.200.65
HSV322°19°72°
CMYK 0.000.190.07   0.28
XYZ37.865334.625543.2158
Yxy34.62550.32730.2993
Hunter Lab58.843411.8874-2.3534
CIE-Lab65.456016.8030-6.5383

#b895ab color RGB value is (184,149,171).

#b895ab hex color red value is 184, green value is 149 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b895ab hue: 0.90 , saturation: 0.20 and the lightness value of b895ab is 0.65.

The process color (four color CMYK) of #b895ab color hex is 0.00, 0.19, 0.07, 0.28. Web safe color of #b895ab is #cc9999. Color #b895ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010101 10101011
Octal 270 225 253
Decimal 184 149 171
Hex B8 95 AB

RGB Percentages of Color #b895ab

%36.51
%29.56
%33.93

CMYK Percentages of Color #b895ab

%0
%19
%7
%28

Triadic Colors of #b895ab

#b895ab #abb895 #95abb8

Analogous Colors of #b895ab

#b895ab #b8959a #b495b8

Monochromatic Colors of #b895ab

#b895ab

Complementary Color

#b895ab #95b8a2

#b895ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b895ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b895ab Color CSS Codes

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

#b895ab Text Font Color

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

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


#b895ab Background Color

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

This div background color is #b895ab


#b895ab Border Color

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

This div border color is #b895ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b895ab


Comments

No comments written yet.

Please login to write comment.