Color Hex Logo

#b895bc Color Hex

#B895BC
(184,149,188)
0 Favorites   0 Comments

Color spaces of #b895bc

RGB 184149188
HSL0.820.230.66
HSV294°21°74°
CMYK 0.020.210.00   0.26
XYZ39.591735.316152.3069
Yxy35.31610.31120.2776
Hunter Lab59.427414.9224-10.5869
CIE-Lab65.994019.9926-15.2687

#b895bc color RGB value is (184,149,188).

#b895bc hex color red value is 184, green value is 149 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b895bc hue: 0.82 , saturation: 0.23 and the lightness value of b895bc is 0.66.

The process color (four color CMYK) of #b895bc color hex is 0.02, 0.21, 0.00, 0.26. Web safe color of #b895bc is #cc99cc. Color #b895bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10010101 10111100
Octal 270 225 274
Decimal 184 149 188
Hex B8 95 BC

RGB Percentages of Color #b895bc

%35.32
%28.60
%36.08

CMYK Percentages of Color #b895bc

%2
%21
%0
%26

Triadic Colors of #b895bc

#b895bc #bcb895 #95bcb8

Analogous Colors of #b895bc

#b895bc #bc95ad #a595bc

Monochromatic Colors of #b895bc

#b895bc

Complementary Color

#b895bc #99bc95

#b895bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b895bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b895bc Color CSS Codes

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

#b895bc Text Font Color

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

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


#b895bc Background Color

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

This div background color is #b895bc


#b895bc Border Color

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

This div border color is #b895bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,149,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b895bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b895bc


Comments

No comments written yet.

Please login to write comment.