Color Hex Logo

#b486bf Color Hex

#B486BF
(180,134,191)
0 Favorites   0 Comments

Color spaces of #b486bf

RGB 180134191
HSL0.800.310.64
HSV288°30°75°
CMYK 0.060.300.00   0.25
XYZ36.751530.515153.2432
Yxy30.51510.30500.2532
Hunter Lab55.240522.0853-18.4780
CIE-Lab62.096127.6421-22.9183

#b486bf color RGB value is (180,134,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000110 10111111
Octal 264 206 277
Decimal 180 134 191
Hex B4 86 BF

RGB Percentages of Color #b486bf

%35.64
%26.53
%37.82

CMYK Percentages of Color #b486bf

%6
%30
%0
%25

Triadic Colors of #b486bf

#b486bf #bfb486 #86bfb4

Analogous Colors of #b486bf

#b486bf #bf86ae #9886bf

Monochromatic Colors of #b486bf

#b486bf

Complementary Color

#b486bf #91bf86

#b486bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b486bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b486bf Color CSS Codes

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

#b486bf Text Font Color

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

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


#b486bf Background Color

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

This div background color is #b486bf


#b486bf Border Color

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

This div border color is #b486bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b486bf


Comments

No comments written yet.

Please login to write comment.