Color Hex Logo

#b94dab Color Hex

#B94DAB
(185,77,171)
0 Favorites   0 Comments

Color spaces of #b94dab

RGB 18577171
HSL0.850.440.51
HSV308°58°73°
CMYK 0.000.580.08   0.27
XYZ30.012118.562340.5291
Yxy18.56230.33680.2083
Hunter Lab43.084048.9453-25.6153
CIE-Lab50.171155.2578-29.7803

#b94dab color RGB value is (185,77,171).

#b94dab hex color red value is 185, green value is 77 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b94dab hue: 0.85 , saturation: 0.44 and the lightness value of b94dab is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001101 10101011
Octal 271 115 253
Decimal 185 77 171
Hex B9 4D AB

RGB Percentages of Color #b94dab

%42.73
%17.78
%39.49

CMYK Percentages of Color #b94dab

%0
%58
%8
%27

Triadic Colors of #b94dab

#b94dab #abb94d #4dabb9

Analogous Colors of #b94dab

#b94dab #b94d75 #914db9

Monochromatic Colors of #b94dab

#b94dab

Complementary Color

#b94dab #4db95b

#b94dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94dab Color CSS Codes

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

#b94dab Text Font Color

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

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


#b94dab Background Color

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

This div background color is #b94dab


#b94dab Border Color

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

This div border color is #b94dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94dab


Comments

No comments written yet.

Please login to write comment.