Color Hex Logo

#b684bf Color Hex

#B684BF
(182,132,191)
0 Favorites   0 Comments

Color spaces of #b684bf

RGB 182132191
HSL0.810.320.63
HSV291°31°75°
CMYK 0.050.310.00   0.25
XYZ36.946630.209253.1739
Yxy30.20920.30700.2511
Hunter Lab54.962923.8044-18.8861
CIE-Lab61.834329.4142-23.3013

#b684bf color RGB value is (182,132,191).

#b684bf hex color red value is 182, green value is 132 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b684bf hue: 0.81 , saturation: 0.32 and the lightness value of b684bf is 0.63.

The process color (four color CMYK) of #b684bf color hex is 0.05, 0.31, 0.00, 0.25. Web safe color of #b684bf is #cc99cc. Color #b684bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000100 10111111
Octal 266 204 277
Decimal 182 132 191
Hex B6 84 BF

RGB Percentages of Color #b684bf

%36.04
%26.14
%37.82

CMYK Percentages of Color #b684bf

%5
%31
%0
%25

Triadic Colors of #b684bf

#b684bf #bfb684 #84bfb6

Analogous Colors of #b684bf

#b684bf #bf84ab #9984bf

Monochromatic Colors of #b684bf

#b684bf

Complementary Color

#b684bf #8dbf84

#b684bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b684bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b684bf Color CSS Codes

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

#b684bf Text Font Color

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

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


#b684bf Background Color

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

This div background color is #b684bf


#b684bf Border Color

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

This div border color is #b684bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b684bf


Comments

No comments written yet.

Please login to write comment.