Color Hex Logo

#b181bf Color Hex

#B181BF
(177,129,191)
0 Favorites   0 Comments

Color spaces of #b181bf

RGB 177129191
HSL0.800.330.63
HSV286°32°75°
CMYK 0.070.320.00   0.25
XYZ35.385728.809252.9859
Yxy28.80920.30200.2459
Hunter Lab53.674223.7495-20.9577
CIE-Lab60.612929.4661-25.2214

#b181bf color RGB value is (177,129,191).

#b181bf hex color red value is 177, green value is 129 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b181bf hue: 0.80 , saturation: 0.33 and the lightness value of b181bf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 10000001 10111111
Octal 261 201 277
Decimal 177 129 191
Hex B1 81 BF

RGB Percentages of Color #b181bf

%35.61
%25.96
%38.43

CMYK Percentages of Color #b181bf

%7
%32
%0
%25

Triadic Colors of #b181bf

#b181bf #bfb181 #81bfb1

Analogous Colors of #b181bf

#b181bf #bf81ae #9281bf

Monochromatic Colors of #b181bf

#b181bf

Complementary Color

#b181bf #8fbf81

#b181bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b181bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b181bf Color CSS Codes

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

#b181bf Text Font Color

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

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


#b181bf Background Color

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

This div background color is #b181bf


#b181bf Border Color

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

This div border color is #b181bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b181bf


Comments

No comments written yet.

Please login to write comment.