Color Hex Logo

#b981bc Color Hex

#B981BC
(185,129,188)
0 Favorites   0 Comments

Color spaces of #b981bc

RGB 185129188
HSL0.820.310.62
HSV297°31°74°
CMYK 0.020.310.00   0.26
XYZ36.934929.645651.3524
Yxy29.64560.31320.2514
Hunter Lab54.447825.8027-17.8059
CIE-Lab61.347231.4751-22.3218

#b981bc color RGB value is (185,129,188).

#b981bc hex color red value is 185, green value is 129 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b981bc hue: 0.82 , saturation: 0.31 and the lightness value of b981bc is 0.62.

The process color (four color CMYK) of #b981bc color hex is 0.02, 0.31, 0.00, 0.26. Web safe color of #b981bc is #cc99cc. Color #b981bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10000001 10111100
Octal 271 201 274
Decimal 185 129 188
Hex B9 81 BC

RGB Percentages of Color #b981bc

%36.85
%25.70
%37.45

CMYK Percentages of Color #b981bc

%2
%31
%0
%26

Triadic Colors of #b981bc

#b981bc #bcb981 #81bcb9

Analogous Colors of #b981bc

#b981bc #bc81a2 #9c81bc

Monochromatic Colors of #b981bc

#b981bc

Complementary Color

#b981bc #84bc81

#b981bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b981bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b981bc Color CSS Codes

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

#b981bc Text Font Color

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

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


#b981bc Background Color

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

This div background color is #b981bc


#b981bc Border Color

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

This div border color is #b981bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b981bc


Comments

No comments written yet.

Please login to write comment.