Color Hex Logo

#b095bc Color Hex

#B095BC
(176,149,188)
0 Favorites   0 Comments

Color spaces of #b095bc

RGB 176149188
HSL0.780.230.66
HSV282°21°74°
CMYK 0.060.210.00   0.26
XYZ37.729034.355852.2198
Yxy34.35580.30350.2764
Hunter Lab58.613812.3241-11.7925
CIE-Lab65.244017.2750-16.4748

#b095bc color RGB value is (176,149,188).

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

The process color (four color CMYK) of #b095bc color hex is 0.06, 0.21, 0.00, 0.26. Web safe color of #b095bc is #9999cc. Color #b095bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10010101 10111100
Octal 260 225 274
Decimal 176 149 188
Hex B0 95 BC

RGB Percentages of Color #b095bc

%34.31
%29.04
%36.65

CMYK Percentages of Color #b095bc

%6
%21
%0
%26

Triadic Colors of #b095bc

#b095bc #bcb095 #95bcb0

Analogous Colors of #b095bc

#b095bc #bc95b5 #9d95bc

Monochromatic Colors of #b095bc

#b095bc

Complementary Color

#b095bc #a1bc95

#b095bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b095bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b095bc Color CSS Codes

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

#b095bc Text Font Color

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

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


#b095bc Background Color

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

This div background color is #b095bc


#b095bc Border Color

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

This div border color is #b095bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b095bc


Comments

No comments written yet.

Please login to write comment.