Color Hex Logo

#b595bc Color Hex

#B595BC
(181,149,188)
0 Favorites   0 Comments

Color spaces of #b595bc

RGB 181149188
HSL0.800.230.66
HSV289°21°74°
CMYK 0.040.210.00   0.26
XYZ38.880634.949552.2736
Yxy34.94950.30830.2771
Hunter Lab59.118113.9386-11.0429
CIE-Lab65.709318.9706-15.7263

#b595bc color RGB value is (181,149,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10010101 10111100
Octal 265 225 274
Decimal 181 149 188
Hex B5 95 BC

RGB Percentages of Color #b595bc

%34.94
%28.76
%36.29

CMYK Percentages of Color #b595bc

%4
%21
%0
%26

Triadic Colors of #b595bc

#b595bc #bcb595 #95bcb5

Analogous Colors of #b595bc

#b595bc #bc95b0 #a295bc

Monochromatic Colors of #b595bc

#b595bc

Complementary Color

#b595bc #9cbc95

#b595bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b595bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b595bc Color CSS Codes

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

#b595bc Text Font Color

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

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


#b595bc Background Color

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

This div background color is #b595bc


#b595bc Border Color

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

This div border color is #b595bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b595bc


Comments

No comments written yet.

Please login to write comment.