Color Hex Logo

#b487bc Color Hex

#B487BC
(180,135,188)
0 Favorites   0 Comments

Color spaces of #b487bc

RGB 180135188
HSL0.810.280.63
HSV291°28°74°
CMYK 0.040.280.00   0.26
XYZ36.563530.662151.5682
Yxy30.66210.30780.2581
Hunter Lab55.373420.9617-16.4543
CIE-Lab62.221326.4803-21.0324

#b487bc color RGB value is (180,135,188).

#b487bc hex color red value is 180, green value is 135 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b487bc hue: 0.81 , saturation: 0.28 and the lightness value of b487bc is 0.63.

The process color (four color CMYK) of #b487bc color hex is 0.04, 0.28, 0.00, 0.26. Web safe color of #b487bc is #cc99cc. Color #b487bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000111 10111100
Octal 264 207 274
Decimal 180 135 188
Hex B4 87 BC

RGB Percentages of Color #b487bc

%35.79
%26.84
%37.38

CMYK Percentages of Color #b487bc

%4
%28
%0
%26

Triadic Colors of #b487bc

#b487bc #bcb487 #87bcb4

Analogous Colors of #b487bc

#b487bc #bc87aa #9a87bc

Monochromatic Colors of #b487bc

#b487bc

Complementary Color

#b487bc #8fbc87

#b487bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b487bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b487bc Color CSS Codes

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

#b487bc Text Font Color

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

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


#b487bc Background Color

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

This div background color is #b487bc


#b487bc Border Color

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

This div border color is #b487bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b487bc


Comments

No comments written yet.

Please login to write comment.