Color Hex Logo

#b9abcf Color Hex

#B9ABCF
(185,171,207)
0 Favorites   0 Comments

Color spaces of #b9abcf

RGB 185171207
HSL0.730.270.74
HSV263°17°81°
CMYK 0.110.170.00   0.19
XYZ45.833043.945165.0981
Yxy43.94510.29590.2837
Hunter Lab66.29117.4037-11.8192
CIE-Lab72.191811.9508-16.4321

#b9abcf color RGB value is (185,171,207).

#b9abcf hex color red value is 185, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b9abcf hue: 0.73 , saturation: 0.27 and the lightness value of b9abcf is 0.74.

The process color (four color CMYK) of #b9abcf color hex is 0.11, 0.17, 0.00, 0.19. Web safe color of #b9abcf is #cc99cc. Color #b9abcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10101011 11001111
Octal 271 253 317
Decimal 185 171 207
Hex B9 AB CF

RGB Percentages of Color #b9abcf

%32.86
%30.37
%36.77

CMYK Percentages of Color #b9abcf

%11
%17
%0
%19

Triadic Colors of #b9abcf

#b9abcf #cfb9ab #abcfb9

Analogous Colors of #b9abcf

#b9abcf #cbabcf #abafcf

Monochromatic Colors of #b9abcf

#b9abcf

Complementary Color

#b9abcf #c1cfab

#b9abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9abcf Color CSS Codes

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

#b9abcf Text Font Color

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

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


#b9abcf Background Color

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

This div background color is #b9abcf


#b9abcf Border Color

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

This div border color is #b9abcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,171,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9abcf


Comments

No comments written yet.

Please login to write comment.