Color Hex Logo

#b685bf Color Hex

#B685BF
(182,133,191)
0 Favorites   0 Comments

Color spaces of #b685bf

RGB 182133191
HSL0.810.310.64
HSV291°30°75°
CMYK 0.050.300.00   0.25
XYZ37.082930.481753.2193
Yxy30.48170.30700.2524
Hunter Lab55.210223.2747-18.5048
CIE-Lab62.067628.8566-22.9438

#b685bf color RGB value is (182,133,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10000101 10111111
Octal 266 205 277
Decimal 182 133 191
Hex B6 85 BF

RGB Percentages of Color #b685bf

%35.97
%26.28
%37.75

CMYK Percentages of Color #b685bf

%5
%30
%0
%25

Triadic Colors of #b685bf

#b685bf #bfb685 #85bfb6

Analogous Colors of #b685bf

#b685bf #bf85ab #9985bf

Monochromatic Colors of #b685bf

#b685bf

Complementary Color

#b685bf #8ebf85

#b685bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b685bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b685bf Color CSS Codes

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

#b685bf Text Font Color

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

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


#b685bf Background Color

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

This div background color is #b685bf


#b685bf Border Color

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

This div border color is #b685bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b685bf


Comments

No comments written yet.

Please login to write comment.