Color Hex Logo

#b895bf Color Hex

#B895BF
(184,149,191)
0 Favorites   0 Comments

Color spaces of #b895bf

RGB 184149191
HSL0.810.250.67
HSV290°22°75°
CMYK 0.040.220.00   0.25
XYZ39.918635.446854.0282
Yxy35.44680.30850.2739
Hunter Lab59.537215.4908-12.1278
CIE-Lab66.095120.5821-16.7942

#b895bf color RGB value is (184,149,191).

#b895bf hex color red value is 184, green value is 149 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b895bf hue: 0.81 , saturation: 0.25 and the lightness value of b895bf is 0.67.

The process color (four color CMYK) of #b895bf color hex is 0.04, 0.22, 0.00, 0.25. Web safe color of #b895bf is #cc99cc. Color #b895bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010101 10111111
Octal 270 225 277
Decimal 184 149 191
Hex B8 95 BF

RGB Percentages of Color #b895bf

%35.11
%28.44
%36.45

CMYK Percentages of Color #b895bf

%4
%22
%0
%25

Triadic Colors of #b895bf

#b895bf #bfb895 #95bfb8

Analogous Colors of #b895bf

#b895bf #bf95b1 #a395bf

Monochromatic Colors of #b895bf

#b895bf

Complementary Color

#b895bf #9cbf95

#b895bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b895bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b895bf Color CSS Codes

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

#b895bf Text Font Color

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

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


#b895bf Background Color

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

This div background color is #b895bf


#b895bf Border Color

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

This div border color is #b895bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b895bf


Comments

No comments written yet.

Please login to write comment.