Color Hex Logo

#b94ead Color Hex

#B94EAD
(185,78,173)
0 Favorites   0 Comments

Color spaces of #b94ead

RGB 18578173
HSL0.850.430.52
HSV307°58°73°
CMYK 0.000.580.06   0.27
XYZ30.274818.780241.5644
Yxy18.78020.33410.2072
Hunter Lab43.336148.8626-26.5307
CIE-Lab50.429155.1366-30.5504

#b94ead color RGB value is (185,78,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 01001110 10101101
Octal 271 116 255
Decimal 185 78 173
Hex B9 4E AD

RGB Percentages of Color #b94ead

%42.43
%17.89
%39.68

CMYK Percentages of Color #b94ead

%0
%58
%6
%27

Triadic Colors of #b94ead

#b94ead #adb94e #4eadb9

Analogous Colors of #b94ead

#b94ead #b94e78 #904eb9

Monochromatic Colors of #b94ead

#b94ead

Complementary Color

#b94ead #4eb95a

#b94ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b94ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#b94ead Color CSS Codes

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

#b94ead Text Font Color

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

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


#b94ead Background Color

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

This div background color is #b94ead


#b94ead Border Color

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

This div border color is #b94ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b94ead


Comments

No comments written yet.

Please login to write comment.