Color Hex Logo

#b94baa Color Hex

#B94BAA
(185,75,170)
0 Favorites   0 Comments

Color spaces of #b94baa

RGB 18575170
HSL0.860.440.51
HSV308°59°73°
CMYK 0.000.590.08   0.27
XYZ29.779418.248739.9830
Yxy18.24870.33840.2073
Hunter Lab42.718549.6764-25.5904
CIE-Lab49.796455.9909-29.7773

#b94baa color RGB value is (185,75,170).

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

The process color (four color CMYK) of #b94baa color hex is 0.00, 0.59, 0.08, 0.27. Web safe color of #b94baa is #cc3399. Color #b94baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001011 10101010
Octal 271 113 252
Decimal 185 75 170
Hex B9 4B AA

RGB Percentages of Color #b94baa

%43.02
%17.44
%39.53

CMYK Percentages of Color #b94baa

%0
%59
%8
%27

Triadic Colors of #b94baa

#b94baa #aab94b #4baab9

Analogous Colors of #b94baa

#b94baa #b94b73 #914bb9

Monochromatic Colors of #b94baa

#b94baa

Complementary Color

#b94baa #4bb95a

#b94baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94baa Color CSS Codes

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

#b94baa Text Font Color

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

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


#b94baa Background Color

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

This div background color is #b94baa


#b94baa Border Color

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

This div border color is #b94baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94baa


Comments

No comments written yet.

Please login to write comment.