Color Hex Logo

#b94eac Color Hex

#B94EAC
(185,78,172)
0 Favorites   0 Comments

Color spaces of #b94eac

RGB 18578172
HSL0.850.430.52
HSV307°58°73°
CMYK 0.000.580.07   0.27
XYZ30.178418.741641.0566
Yxy18.74160.33540.2083
Hunter Lab43.291648.6715-25.9250
CIE-Lab50.383554.9701-30.0356

#b94eac color RGB value is (185,78,172).

#b94eac hex color red value is 185, green value is 78 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b94eac hue: 0.85 , saturation: 0.43 and the lightness value of b94eac is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001110 10101100
Octal 271 116 254
Decimal 185 78 172
Hex B9 4E AC

RGB Percentages of Color #b94eac

%42.53
%17.93
%39.54

CMYK Percentages of Color #b94eac

%0
%58
%7
%27

Triadic Colors of #b94eac

#b94eac #acb94e #4eacb9

Analogous Colors of #b94eac

#b94eac #b94e77 #914eb9

Monochromatic Colors of #b94eac

#b94eac

Complementary Color

#b94eac #4eb95b

#b94eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94eac Color CSS Codes

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

#b94eac Text Font Color

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

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


#b94eac Background Color

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

This div background color is #b94eac


#b94eac Border Color

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

This div border color is #b94eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94eac


Comments

No comments written yet.

Please login to write comment.