Color Hex Logo

#b085bf Color Hex

#B085BF
(176,133,191)
0 Favorites   0 Comments

Color spaces of #b085bf

RGB 176133191
HSL0.790.310.64
HSV284°30°75°
CMYK 0.080.300.00   0.25
XYZ35.696029.766853.1544
Yxy29.76680.30090.2509
Hunter Lab54.559021.3081-19.5724
CIE-Lab61.452526.8954-23.9404

#b085bf color RGB value is (176,133,191).

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

The process color (four color CMYK) of #b085bf color hex is 0.08, 0.30, 0.00, 0.25. Web safe color of #b085bf is #9999cc. Color #b085bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10000101 10111111
Octal 260 205 277
Decimal 176 133 191
Hex B0 85 BF

RGB Percentages of Color #b085bf

%35.20
%26.60
%38.20

CMYK Percentages of Color #b085bf

%8
%30
%0
%25

Triadic Colors of #b085bf

#b085bf #bfb085 #85bfb0

Analogous Colors of #b085bf

#b085bf #bf85b1 #9385bf

Monochromatic Colors of #b085bf

#b085bf

Complementary Color

#b085bf #94bf85

#b085bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b085bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b085bf Color CSS Codes

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

#b085bf Text Font Color

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

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


#b085bf Background Color

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

This div background color is #b085bf


#b085bf Border Color

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

This div border color is #b085bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b085bf


Comments

No comments written yet.

Please login to write comment.