Color Hex Logo

#b95eac Color Hex

#B95EAC
(185,94,172)
0 Favorites   0 Comments

Color spaces of #b95eac

RGB 18594172
HSL0.860.390.55
HSV309°49°73°
CMYK 0.000.490.07   0.27
XYZ31.456721.298341.4827
Yxy21.29830.33380.2260
Hunter Lab46.150140.9061-20.9887
CIE-Lab53.274447.2590-25.5494

#b95eac color RGB value is (185,94,172).

#b95eac hex color red value is 185, green value is 94 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b95eac hue: 0.86 , saturation: 0.39 and the lightness value of b95eac is 0.55.

The process color (four color CMYK) of #b95eac color hex is 0.00, 0.49, 0.07, 0.27. Web safe color of #b95eac is #cc6699. Color #b95eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011110 10101100
Octal 271 136 254
Decimal 185 94 172
Hex B9 5E AC

RGB Percentages of Color #b95eac

%41.02
%20.84
%38.14

CMYK Percentages of Color #b95eac

%0
%49
%7
%27

Triadic Colors of #b95eac

#b95eac #acb95e #5eacb9

Analogous Colors of #b95eac

#b95eac #b95e7f #995eb9

Monochromatic Colors of #b95eac

#b95eac

Complementary Color

#b95eac #5eb96b

#b95eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95eac Color CSS Codes

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

#b95eac Text Font Color

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

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


#b95eac Background Color

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

This div background color is #b95eac


#b95eac Border Color

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

This div border color is #b95eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,94,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b95eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b95eac;
  -webkit-box-shadow: 1px 1px 3px 2px #b95eac;
  box-shadow:         1px 1px 3px 2px #b95eac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,94,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95eac


Comments

No comments written yet.

Please login to write comment.