Color Hex Logo

#b94aab Color Hex

#B94AAB
(185,74,171)
0 Favorites   0 Comments

Color spaces of #b94aab

RGB 18574171
HSL0.850.440.51
HSV308°60°73°
CMYK 0.000.600.08   0.27
XYZ29.807018.152140.4608
Yxy18.15210.33710.2053
Hunter Lab42.605350.3208-26.4820
CIE-Lab49.680156.5971-30.5461

#b94aab color RGB value is (185,74,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001010 10101011
Octal 271 112 253
Decimal 185 74 171
Hex B9 4A AB

RGB Percentages of Color #b94aab

%43.02
%17.21
%39.77

CMYK Percentages of Color #b94aab

%0
%60
%8
%27

Triadic Colors of #b94aab

#b94aab #abb94a #4aabb9

Analogous Colors of #b94aab

#b94aab #b94a74 #904ab9

Monochromatic Colors of #b94aab

#b94aab

Complementary Color

#b94aab #4ab958

#b94aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94aab Color CSS Codes

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

#b94aab Text Font Color

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

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


#b94aab Background Color

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

This div background color is #b94aab


#b94aab Border Color

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

This div border color is #b94aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94aab


Comments

No comments written yet.

Please login to write comment.