Color Hex Logo

#b95eab Color Hex

#B95EAB
(185,94,171)
0 Favorites   0 Comments

Color spaces of #b95eab

RGB 18594171
HSL0.860.390.55
HSV309°49°73°
CMYK 0.000.490.08   0.27
XYZ31.361021.260040.9788
Yxy21.26000.33510.2271
Hunter Lab46.108640.7178-20.4177
CIE-Lab53.232947.0870-25.0316

#b95eab color RGB value is (185,94,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01011110 10101011
Octal 271 136 253
Decimal 185 94 171
Hex B9 5E AB

RGB Percentages of Color #b95eab

%41.11
%20.89
%38.00

CMYK Percentages of Color #b95eab

%0
%49
%8
%27

Triadic Colors of #b95eab

#b95eab #abb95e #5eabb9

Analogous Colors of #b95eab

#b95eab #b95e7e #9a5eb9

Monochromatic Colors of #b95eab

#b95eab

Complementary Color

#b95eab #5eb96c

#b95eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b95eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b95eab Color CSS Codes

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

#b95eab Text Font Color

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

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


#b95eab Background Color

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

This div background color is #b95eab


#b95eab Border Color

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

This div border color is #b95eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b95eab


Comments

No comments written yet.

Please login to write comment.