Color Hex Logo

#b487bf Color Hex

#B487BF
(180,135,191)
0 Favorites   0 Comments

Color spaces of #b487bf

RGB 180135191
HSL0.800.300.64
HSV288°29°75°
CMYK 0.060.290.00   0.25
XYZ36.890330.792853.2895
Yxy30.79280.30490.2545
Hunter Lab55.491321.5562-18.0936
CIE-Lab62.332327.0821-22.5567

#b487bf color RGB value is (180,135,191).

#b487bf hex color red value is 180, green value is 135 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b487bf hue: 0.80 , saturation: 0.30 and the lightness value of b487bf is 0.64.

The process color (four color CMYK) of #b487bf color hex is 0.06, 0.29, 0.00, 0.25. Web safe color of #b487bf is #cc99cc. Color #b487bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000111 10111111
Octal 264 207 277
Decimal 180 135 191
Hex B4 87 BF

RGB Percentages of Color #b487bf

%35.57
%26.68
%37.75

CMYK Percentages of Color #b487bf

%6
%29
%0
%25

Triadic Colors of #b487bf

#b487bf #bfb487 #87bfb4

Analogous Colors of #b487bf

#b487bf #bf87ae #9887bf

Monochromatic Colors of #b487bf

#b487bf

Complementary Color

#b487bf #92bf87

#b487bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b487bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b487bf Color CSS Codes

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

#b487bf Text Font Color

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

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


#b487bf Background Color

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

This div background color is #b487bf


#b487bf Border Color

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

This div border color is #b487bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b487bf


Comments

No comments written yet.

Please login to write comment.