Color Hex Logo

#b18abf Color Hex

#B18ABF
(177,138,191)
0 Favorites   0 Comments

Color spaces of #b18abf

RGB 177138191
HSL0.790.290.65
HSV284°28°75°
CMYK 0.070.280.00   0.25
XYZ36.623931.285753.3987
Yxy31.28570.30190.2579
Hunter Lab55.933618.9934-17.4494
CIE-Lab62.748124.4100-21.9475

#b18abf color RGB value is (177,138,191).

#b18abf hex color red value is 177, green value is 138 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b18abf hue: 0.79 , saturation: 0.29 and the lightness value of b18abf is 0.65.

The process color (four color CMYK) of #b18abf color hex is 0.07, 0.28, 0.00, 0.25. Web safe color of #b18abf is #9999cc. Color #b18abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10001010 10111111
Octal 261 212 277
Decimal 177 138 191
Hex B1 8A BF

RGB Percentages of Color #b18abf

%34.98
%27.27
%37.75

CMYK Percentages of Color #b18abf

%7
%28
%0
%25

Triadic Colors of #b18abf

#b18abf #bfb18a #8abfb1

Analogous Colors of #b18abf

#b18abf #bf8ab3 #978abf

Monochromatic Colors of #b18abf

#b18abf

Complementary Color

#b18abf #98bf8a

#b18abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b18abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b18abf Color CSS Codes

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

#b18abf Text Font Color

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

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


#b18abf Background Color

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

This div background color is #b18abf


#b18abf Border Color

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

This div border color is #b18abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b18abf


Comments

No comments written yet.

Please login to write comment.